BlocEvent<T> constructor

BlocEvent<T>(
  1. BlocEventType<T> eventType
)

eventType helps categorize this event for its listeners.

Implementation

BlocEvent(this.eventType);