toSelf method
Defines a self-transition (re-enters the current state type).
Implementation
@protected
Transition toSelf() => _internalState.toSelf(this as TState);
Defines a self-transition (re-enters the current state type).
@protected
Transition toSelf() => _internalState.toSelf(this as TState);