isCnpj property

bool get isCnpj

Discover if the String is a CNPJ number

Implementation

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