ProductDetailsResponse class

The response returned by InAppPurchasePlatform.queryProductDetails.

A list of ProductDetails can be obtained from the this response.

Constructors

ProductDetailsResponse({required List<ProductDetails> productDetails, required List<String> notFoundIDs, IAPError? error})
Creates a new ProductDetailsResponse with the provided response details.

Properties

error IAPError?
A caught platform exception thrown while querying the purchases.
final
hashCode int
The hash code for this object.
no setterinherited
notFoundIDs List<String>
The list of identifiers that are in the identifiers of InAppPurchasePlatform.queryProductDetails but failed to be fetched.
final
productDetails List<ProductDetails>
Each ProductDetails uniquely matches one valid identifier in identifiers of InAppPurchasePlatform.queryProductDetails.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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