WebPurchaseRedemptionError constructor

const WebPurchaseRedemptionError({
  1. required PurchasesError error,
})

Implementation

const WebPurchaseRedemptionError({required this.error});