CouponResponse constructor
CouponResponse(- {int? id,
- String? eventId,
- String? code,
- String? discount,
- String? validFrom,
- String? validTill,
- String? usageLimit,
- String? isRestricatedPerUser,
- String? deletedAt,
- String? createdAt,
- String? updatedAt,
- 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});