SubscriptionOfferDetailsWrapper constructor

const SubscriptionOfferDetailsWrapper({
  1. required String basePlanId,
  2. String? offerId,
  3. required List<String> offerTags,
  4. required String offerIdToken,
  5. required List<PricingPhaseWrapper> pricingPhases,
})

Implementation

const SubscriptionOfferDetailsWrapper({
  required this.basePlanId,
  this.offerId,
  required this.offerTags,
  required this.offerIdToken,
  required this.pricingPhases,
});