isCnpj property

bool isCnpj

Is this String is Cnpj character string?

Implementation

bool get isCnpj => GetUtils.isCnpj(this);