moneyFormat property
String
get
moneyFormat
Implementation
String get moneyFormat {
return MoneyFormatter(amount: double.parse(this)).output.nonSymbol;
}
String get moneyFormat {
return MoneyFormatter(amount: double.parse(this)).output.nonSymbol;
}