QProductPricingPhase constructor

const QProductPricingPhase(
  1. QProductPrice price,
  2. QSubscriptionPeriod billingPeriod,
  3. int billingCycleCount,
  4. QPricingPhaseRecurrenceMode recurrenceMode,
  5. QPricingPhaseType type,
  6. bool isTrial,
  7. bool isIntro,
  8. bool isBasePlan,
)

Implementation

const QProductPricingPhase(
    this.price,
    this.billingPeriod,
    this.billingCycleCount,
    this.recurrenceMode,
    this.type,
    this.isTrial,
    this.isIntro,
    this.isBasePlan,
);