isCpf property
bool
get
isCpf
Is this String is a Cpf character string?
Implementation
bool get isCpf => GetUtils.isCpf(this);
Is this String is a Cpf character string?
bool get isCpf => GetUtils.isCpf(this);