Faz a validação do CPF retornando [true] ou [false]
[true]
[false]
static bool isCPFValido(String? cpf) => CPFValidator.isValid(cpf);