isCompanyTaxNumber property

bool isCompanyTaxNumber

Implementation

bool get isCompanyTaxNumber => RegExp(_onlyCompanyTaxNumber).hasMatch(this);