StateController<T> constructor

StateController<T>(
  1. T _state
)

Initialize the state of StateController.

Implementation

StateController(super._state);