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