ShopifySharpDiscountAllocation constructor

const ShopifySharpDiscountAllocation({
  1. String? amount,
  2. int? discountApplicationIndex,
  3. ShopifySharpPriceSet? amountSet,
})

Implementation

const ShopifySharpDiscountAllocation({
  this.amount,
  this.discountApplicationIndex,
  this.amountSet,
});