CartDiscountsList constructor

CartDiscountsList({
  1. String? id,
  2. String? priceType,
  3. String? popType,
  4. String? discountEvaluation,
  5. bool? manualWaiver,
  6. String? validFor,
  7. double? price,
  8. String? name,
  9. String? description,
})

Implementation

CartDiscountsList(
    {this.id,
    this.priceType,
    this.popType,
    this.discountEvaluation,
    this.manualWaiver,
    this.validFor,
    this.price,
    this.name,
    this.description});