isValid method

bool isValid(
  1. dynamic cnpj
)

Implementation

bool isValid(cnpj) => CnpjValidator.check(cnpj);