StateBase<S> constructor

StateBase<S>(
  1. S initialState
)

Implementation

StateBase(this.initialState);