ProductDetailsResponseWrapper class

Implemented types
Annotations

Constructors

ProductDetailsResponseWrapper({required BillingResultWrapper billingResult, required List<ProductDetailsWrapper> productDetailsList, List<UnfetchedProductWrapper> unfetchedProductList = const <UnfetchedProductWrapper>[]})
Creates a ProductDetailsResponseWrapper with the given purchase details.
const

Properties

billingResult → BillingResultWrapper
The final result of the BillingClient.queryProductDetails call.
final
hashCode → int
The hash code for this object.
no setteroverride
productDetailsList → List<ProductDetailsWrapper>
A list of ProductDetailsWrapper matching the query to BillingClient.queryProductDetails.
final
responseCode → BillingResponse
The status of the operation.
no setteroverride
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
unfetchedProductList → List<UnfetchedProductWrapper>
A list of UnfetchedProductWrapper that could not be fetched by BillingClient.queryProductDetails.
final

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.
override