StateMachine<S> constructor

StateMachine<S>(
  1. S _state
)

Implementation

StateMachine(this._state);