BasePlan constructor

BasePlan({
  1. AutoRenewingBasePlanType? autoRenewingBasePlanType,
  2. String? basePlanId,
  3. List<OfferTag>? offerTags,
  4. OtherRegionsBasePlanConfig? otherRegionsConfig,
  5. PrepaidBasePlanType? prepaidBasePlanType,
  6. List<RegionalBasePlanConfig>? regionalConfigs,
  7. String? state,
})

Implementation

BasePlan({
  this.autoRenewingBasePlanType,
  this.basePlanId,
  this.offerTags,
  this.otherRegionsConfig,
  this.prepaidBasePlanType,
  this.regionalConfigs,
  this.state,
});