CouponDeletedEvent constructor
const
CouponDeletedEvent({
- required Coupon object,
Occurs whenever a coupon is deleted.
Implementation
const CouponDeletedEvent({required this.object});
Occurs whenever a coupon is deleted.
const CouponDeletedEvent({required this.object});