QueryPurchaseDetailsResponse class

The response object for fetching the past purchases.

An instance of this class is returned in InAppPurchaseConnection.queryPastPurchases.

Constructors

QueryPurchaseDetailsResponse({required List<GooglePlayPurchaseDetails> pastPurchases, IAPError? error})
Creates a new QueryPurchaseDetailsResponse object with the provider information.

Properties

error → IAPError?
The error when fetching past purchases.
final
hashCode int
The hash code for this object.
no setterinherited
pastPurchases List<GooglePlayPurchaseDetails>
A list of successfully fetched past purchases.
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