call method

String? call(
  1. String? cnpj
)

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

Implementation

String? call(String? cnpj) => _reqCnpjVal(cnpj);