SKPaymentDiscountWrapper constructor
const
SKPaymentDiscountWrapper({})
Creates a new SKPaymentDiscountWrapper with the provided information.
Implementation
const SKPaymentDiscountWrapper({
required this.identifier,
required this.keyIdentifier,
required this.nonce,
required this.signature,
required this.timestamp,
});