isCurrency property

bool get isCurrency

Is this String a currency?

Implementation

bool get isCurrency => GetUtils.isCurrency(this);