isCpf property

bool isCpf

Is this String is a Cpf character string?

Implementation

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