currencySimple property

num? currencySimple

Implementation

num? get currencySimple =>
    isNotNullOrEmpty ? Currency.parseSimple(this!) : null;