isCpf property
bool
get
isCpf
Discover if the String is a CPF number
Implementation
bool get isCpf => JetUtils.isCpf(this);
Discover if the String is a CPF number
bool get isCpf => JetUtils.isCpf(this);