StateBase<State> constructor

StateBase<State>(
  1. State _state
)

Implementation

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