saleAmountString property

String get saleAmountString

Implementation

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