isCurrency method

bool isCurrency()

Currency regex

Implementation

bool isCurrency() => RegVal.hasMatch(
      this,
      RegexPattern.currency,
    );