isValidCurrency property

bool get isValidCurrency

Checks if the string is a valid currency format.

Implementation

bool get isValidCurrency => hasMatch(regexValidCurrency);