BillingResultWrapper constructor

const BillingResultWrapper({
  1. required BillingResponse responseCode,
  2. String? debugMessage,
})

Constructs the object with responseCode and debugMessage.

Implementation

const BillingResultWrapper({required this.responseCode, this.debugMessage});