salePriceString property

String get salePriceString

Implementation

String get salePriceString {
  return formatter.format(salePrice);
}