event property
BlocEventType<T>
get
event
The BlocEventType associated with this specific event.
Implementation
BlocEventType<T> get event => BlocEventType.fromObject(this);
The BlocEventType associated with this specific event.
BlocEventType<T> get event => BlocEventType.fromObject(this);