isCnpj property
bool
get
isCnpj
Is this String is Cnpj character string?
Implementation
bool get isCnpj => GetUtils.isCnpj(this);
Is this String is Cnpj character string?
bool get isCnpj => GetUtils.isCnpj(this);