isNotMoney property

bool isNotMoney

Implementation

bool get isNotMoney {
  return kMoneyRegex.hasMatch(this);
}