event property

BlocEventType<T> get event

The BlocEventType associated with this specific event.

Implementation

BlocEventType<T> get event => BlocEventType.fromObject(this);