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