isCurrency property

bool get isCurrency

Discover if the String is a currency

Implementation

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