call method

String? call(
  1. String? cpf
)

Returns null if cnpj is non-blank and well-formed; otherwise, the erro message.

Implementation

String? call(String? cpf) => _reqCpfVal(cpf);