StateMachineSelector.byIndex constructor

StateMachineSelector.byIndex(
  1. int index
)

Selects the state machine at the given index.

Implementation

factory StateMachineSelector.byIndex(int index) => StateMachineAtIndex(index);