cnpj static method

bool cnpj(
  1. dynamic value
)

Implementation

static bool cnpj(value) {
  return validatorCnpj(value);
}