StateBase<State> constructor

StateBase<State>(
  1. State _state
)

An interface that extends all functionalities of GetxController and implemented by BaseController.

Implementation

StateBase(this._state) {
  _state = _state;
}