isCurrency property

bool isCurrency

Discover if the String is a currency

Implementation

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