ProductEvent constructor
- String eventType,
- BasketItem item
Creates a new ProductEvent with the specified eventType and item.
Implementation
const ProductEvent(this.eventType, this.item);
Creates a new ProductEvent with the specified eventType and item.
const ProductEvent(this.eventType, this.item);