QProductOfferDetails constructor

const QProductOfferDetails(
  1. String basePlanId,
  2. String? offerId,
  3. String offerToken,
  4. List<String> tags,
  5. List<QProductPricingPhase> pricingPhases,
  6. QProductPricingPhase? basePlan,
  7. QProductPricingPhase? introPhase,
  8. QProductPricingPhase? trialPhase,
  9. bool hasTrial,
  10. bool hasIntro,
  11. bool hasTrialOrIntro,
)

Implementation

const QProductOfferDetails(
    this.basePlanId,
    this.offerId,
    this.offerToken,
    this.tags,
    this.pricingPhases,
    this.basePlan,
    this.introPhase,
    this.trialPhase,
    this.hasTrial,
    this.hasIntro,
    this.hasTrialOrIntro,
);