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