StateMachineSelector.byIndex constructor
StateMachineSelector.byIndex(
- int index
Selects the state machine at the given index.
Implementation
factory StateMachineSelector.byIndex(int index) => StateMachineAtIndex(index);