newStopState method

State<T> newStopState(
  1. T identifier
)

Returns a new stop state for this machine.

Implementation

State<T> newStopState(T identifier) => _stop = newState(identifier);