toSelf method

  1. @protected
Transition toSelf()

Defines a self-transition (re-enters the current state type).

Implementation

@protected
Transition toSelf() => _internalState.toSelf(this as TState);