PendingPurchaseUpdateWrapper constructor
const
PendingPurchaseUpdateWrapper({})
Creates a pending purchase wrapper update wrapper with the given purchase details.
Implementation
const PendingPurchaseUpdateWrapper({
required this.purchaseToken,
required this.products,
});