WinBackOffer constructor

const WinBackOffer(
  1. String identifier,
  2. double price,
  3. String priceString,
  4. int cycles,
  5. String period,
  6. String periodUnit,
  7. int periodNumberOfUnits,
)

Implementation

const WinBackOffer(
  this.identifier,
  this.price,
  this.priceString,
  this.cycles,
  this.period,
  this.periodUnit,
  this.periodNumberOfUnits,
);