DiscountAllocations constructor

DiscountAllocations({
  1. String? amount,
  2. int? discountApplicationIndex,
})

Implementation

DiscountAllocations({this.amount, this.discountApplicationIndex});