isCpf property

bool get isCpf

Is this String is a Cpf character string?

Implementation

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