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