BaseBloc<Event extends BaseEvent, State extends BaseState> constructor

BaseBloc<Event extends BaseEvent, State extends BaseState>(
  1. State initialState
)

Implementation

BaseBloc(super.initialState);