CouponResponse constructor

CouponResponse(
  1. {int? id,
  2. String? eventId,
  3. String? code,
  4. String? discount,
  5. String? validFrom,
  6. String? validTill,
  7. String? usageLimit,
  8. String? isRestricatedPerUser,
  9. String? deletedAt,
  10. String? createdAt,
  11. String? updatedAt,
  12. bool isSelected = false}
)

Implementation

CouponResponse({this.id, this.eventId, this.code, this.discount, this.validFrom, this.validTill, this.usageLimit, this.isRestricatedPerUser, this.deletedAt, this.createdAt, this.updatedAt, this.isSelected = false});