isCpf property

bool get isCpf

Discover if the String is a CPF number

Implementation

bool get isCpf => JetUtils.isCpf(this);