StateLogic<TState> constructor

StateLogic<TState>()

Creates a new state logic instance, initializing internal lifecycle handler storage.

Implementation

StateLogic() {
  _internalState = _InternalState<TState>(_ContextAdapter());
}