StateController<T> constructor

StateController<T>(
  1. T state
)

Initialize the state of StateController.

Implementation

StateController(T state) : super(state);