SubscriptionOfferIOS constructor
const
SubscriptionOfferIOS({
- required String displayPrice,
- required String id,
- required PaymentModeIOS paymentMode,
- required SubscriptionPeriodValueIOS period,
- required int periodCount,
- required double price,
- required SubscriptionOfferTypeIOS type,
Implementation
const SubscriptionOfferIOS({
required this.displayPrice,
required this.id,
required this.paymentMode,
required this.period,
required this.periodCount,
required this.price,
required this.type,
});