ProductEvent constructor

const ProductEvent(
  1. String eventType,
  2. BasketItem item
)

Creates a new ProductEvent with the specified eventType and item.

Implementation

const ProductEvent(this.eventType, this.item);