BillingResultWrapper class

Params containing the response code and the debug message from the Play Billing API response.

Implemented types
Annotations

Constructors

BillingResultWrapper({required BillingResponse responseCode, int subResponseCode = 0, String? debugMessage})
Constructs the object with responseCode and debugMessage.
const

Properties

debugMessage → String?
Debug message returned in the Play Billing API calls.
final
hashCode → int
The hash code for this object.
no setteroverride
responseCode → BillingResponse
Response code returned in the Play Billing API calls.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
subResponseCode → int
Sub-response code returned in the Play Billing API calls.
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