isValidCurrency property
bool
get
isValidCurrency
Checks if the string is a valid currency format.
Implementation
bool get isValidCurrency => hasMatch(regexValidCurrency);
Checks if the string is a valid currency format.
bool get isValidCurrency => hasMatch(regexValidCurrency);