BillingResultWrapper class
Params containing the response code and the debug message from the Play Billing API response.
- Implemented types
- Annotations
-
- @JsonSerializable()
- @BillingResponseConverter()
- @immutable
Constructors
- BillingResultWrapper({required BillingResponse responseCode, String? debugMessage})
-
Constructs the object with
responseCode
anddebugMessage
.const -
BillingResultWrapper.fromJson(Map<
String, dynamic> ? map) -
Constructs an instance of this from a key value map of data.
factory
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
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