isCnpj property

bool get isCnpj

Discover if the String is a CNPJ number

Implementation

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