SKPaymentWrapper constructor
const
SKPaymentWrapper({})
Creates a new SKPaymentWrapper with the provided information.
Implementation
const SKPaymentWrapper({
required this.productIdentifier,
this.applicationUsername,
this.requestData,
this.quantity = 1,
this.simulatesAskToBuyInSandbox = false,
this.paymentDiscount,
});