currencySymbol property
The symbol to be used when formatting this as currency.
For example, "$", "US$", or "€".
Implementation
String get currencySymbol => _currencySymbol ?? currencyName;
The symbol to be used when formatting this as currency.
For example, "$", "US$", or "€".
String get currencySymbol => _currencySymbol ?? currencyName;