getCurrencySymbol property

String getCurrencySymbol

Implementation

String get getCurrencySymbol {
  var format =
  NumberFormat.simpleCurrency(locale: Platform.localeName, name: this);
  return format.currencySymbol;
}