ProductDetails class
Constructors
-
ProductDetails({required String productId, required String type, required String title, required String name, required String description, required List<
String> localizedIn, required String skuDetailsToken, required List<SubscriptionOfferDetail?> subscriptionOfferDetails, required _OneTimeNameValuePairs? oneTimePurchaseOfferDetails}) -
ProductDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- description → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
localizedIn
→ List<
String> -
final
- name → String
-
final
- oneTimePurchaseOfferDetails → _OneTimeNameValuePairs?
-
final
- productId → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skuDetailsToken → String
-
final
-
subscriptionOfferDetails
→ List<
SubscriptionOfferDetail?> -
final
- title → String
-
final
- type → String
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited