CustomerDiscountUpdatedEvent constructor
const
CustomerDiscountUpdatedEvent({
- required Discount object,
Occurs whenever a customer is switched from one coupon to another.
Implementation
const CustomerDiscountUpdatedEvent({required this.object});