isMoney property

bool isMoney

Implementation

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