ProductDetailsResponseWrapper class

Implemented types
Annotations

Constructors

ProductDetailsResponseWrapper({required BillingResultWrapper billingResult, required List<ProductDetailsWrapper> productDetailsList})
Creates a ProductDetailsResponseWrapper with the given purchase details.
const
ProductDetailsResponseWrapper.fromJson(Map<String, dynamic> map)
Constructs an instance of this from a key value map of data.
factory

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

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