OneTimeProductBuyPurchaseOption constructor

OneTimeProductBuyPurchaseOption({
  1. bool? legacyCompatible,
  2. bool? multiQuantityEnabled,
})

Implementation

OneTimeProductBuyPurchaseOption({
  this.legacyCompatible,
  this.multiQuantityEnabled,
});