Faz a validação do CNPJ retornando [true] ou [false]
[true]
[false]
static bool isCNPJValido(String? cnpj) => CNPJValidator.isValid(cnpj);