SKProductWrapper class
- Annotations
-
- @JsonSerializable(anyMap: true)
Constructors
- SKProductWrapper({required String productIdentifier, required String localizedTitle, required String localizedDescription, required double price, required SKPriceLocaleWrapper priceLocale, SKProductSubscriptionPeriodWrapper? subscriptionPeriod, SKProductDiscountWrapper? introductoryPrice, String? subscriptionGroupIdentifier})
- SKProductWrapper.fromJson(Map map)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- introductoryPrice → SKProductDiscountWrapper?
-
final
- localizedDescription → String
-
final
- localizedTitle → String
-
final
- price → double
-
final
- priceLocale → SKPriceLocaleWrapper
-
final
- productIdentifier → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscriptionGroupIdentifier → String?
-
final
- 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