BasePlan constructor

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

Implementation

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