isCnpj property

bool isCnpj

Discover if the String is a CNPJ number

Implementation

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