Returns null if cnpj is non-blank and well-formed; the erro message otherwise.
cnpj
String? call(String? cnpj) => _reqCnpjVal(cnpj);