StateController<StateT> constructor

StateController<StateT>(
  1. StateT _state
)

Initialize the state of StateController.

Implementation

StateController(super._state);