FormattedPrices constructor

FormattedPrices({
  1. required String price,
  2. String? specialPrice,
})

Implementation

FormattedPrices({
  required this.price,
  this.specialPrice,
});