AutomatedDiscounts constructor

AutomatedDiscounts({
  1. Price? gadPrice,
  2. Price? priorPrice,
  3. Price? priorPriceProgressive,
})

Implementation

AutomatedDiscounts({
  this.gadPrice,
  this.priorPrice,
  this.priorPriceProgressive,
});