saleAmountString property
String
get
saleAmountString
Implementation
String get saleAmountString {
return formatter.format(saleAmount);
}
String get saleAmountString {
return formatter.format(saleAmount);
}