isCurrency property
bool
get
isCurrency
Discover if the String is a currency
Implementation
bool get isCurrency => GetUtils.isCurrency(this);
Discover if the String is a currency
bool get isCurrency => GetUtils.isCurrency(this);