eventsClassName property

String eventsClassName
final

Events class that the generator will be looking for.

In case you need to name the BloC's event class with a name, which does not stick to the convention you can override it from here

Implementation

final String eventsClassName;