isCnpj property
bool
get
isCnpj
Discover if the String is a CNPJ number
Implementation
bool get isCnpj => GetUtils.isCnpj(this);
Discover if the String is a CNPJ number
bool get isCnpj => GetUtils.isCnpj(this);