BaseBloc<Event extends BaseEvent, State extends BaseState> constructor
BaseBloc<Event extends BaseEvent, State extends BaseState> (
- State initialState
Implementation
BaseBloc(super.initialState);