DiscountOfferIOS constructor
const
DiscountOfferIOS({})
Implementation
const DiscountOfferIOS({
/// Discount identifier
required this.identifier,
/// Key identifier for validation
required this.keyIdentifier,
/// Cryptographic nonce
required this.nonce,
/// Signature for validation
required this.signature,
/// Timestamp of discount offer
required this.timestamp,
});