currencySymbol property

  1. @override
String get currencySymbol

The symbol to be used when formatting this as currency.

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

Implementation

@override
String get currencySymbol => _scientific.currencySymbol;