SKProductDiscountWrapper class

Annotations
  • @JsonSerializable(anyMap: true)

Constructors

SKProductDiscountWrapper({required double price, required int numberOfPeriods, required SKProductDiscountPaymentMode paymentMode, required SKPriceLocaleWrapper priceLocale, required SKProductSubscriptionPeriodWrapper subscriptionPeriod})
SKProductDiscountWrapper.fromJson(Map map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
numberOfPeriods int
final
paymentMode SKProductDiscountPaymentMode
final
price double
final
priceLocale SKPriceLocaleWrapper
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptionPeriod SKProductSubscriptionPeriodWrapper
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited