I have something like that:
@injectable class SettingsBloc { final Event event; EventFlightsSettingsBloc(@factoryParam this.event); }
Wh