SKProductDiscountWrapper constructor
SKProductDiscountWrapper({
- required String price,
- required SKPriceLocaleWrapper priceLocale,
- required int numberOfPeriods,
- required SKProductDiscountPaymentMode paymentMode,
- required SKProductSubscriptionPeriodWrapper subscriptionPeriod,
Creates an SKProductDiscountWrapper with the given discount details.
Implementation
SKProductDiscountWrapper(
{required this.price,
required this.priceLocale,
required this.numberOfPeriods,
required this.paymentMode,
required this.subscriptionPeriod});