currencySymbol property

String currencySymbol

The symbol to be used when formatting this as currency.

For example, "$", "US$", or "€".

Implementation

String get currencySymbol => _currencySymbol ?? currencyName;