isCurrency property

bool get isCurrency

Discover if the String is a currency

Implementation

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