WebPurchaseRedemption constructor

const WebPurchaseRedemption(
  1. String redemptionLink
)

Implementation

const factory WebPurchaseRedemption(
    /// The redemption link to be redeemed.
    String redemptionLink,
) = _WebPurchaseRedemption;