Controller<Event, State> constructor

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

Implementation

Controller(State initialState) : super(initialState) {
  _bindEventsToStates();
}