IntroductoryPrice constructor

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

Implementation

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