SubscriptionOption constructor

const SubscriptionOption(
  1. String id,
  2. String storeProductId,
  3. String productId,
  4. List<PricingPhase> pricingPhases,
  5. List<String> tags,
  6. bool isBasePlan,
  7. Period? billingPeriod,
  8. bool isPrepaid,
  9. PricingPhase? fullPricePhase,
  10. PricingPhase? freePhase,
  11. PricingPhase? introPhase,
  12. PresentedOfferingContext? presentedOfferingContext,
  13. InstallmentsInfo? installmentsInfo,
)

Implementation

const SubscriptionOption(
  this.id,
  this.storeProductId,
  this.productId,
  this.pricingPhases,
  this.tags,
  this.isBasePlan,
  this.billingPeriod,
  this.isPrepaid,
  this.fullPricePhase,
  this.freePhase,
  this.introPhase,
  this.presentedOfferingContext,
  this.installmentsInfo,
);