Bloc<Event, State> constructor

Bloc<Event, State>(
  1. State initialState
)

Implementation

Bloc(super.initialState);