isCurrency property

bool isCurrency

Is this String a currency?

Implementation

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