isCurrency property
bool
get
isCurrency
Is this String a currency?
Implementation
bool get isCurrency => GetUtils.isCurrency(this);
Is this String a currency?
bool get isCurrency => GetUtils.isCurrency(this);