StateMachineValue constructor

StateMachineValue(
  1. StateNodeDefinition<AutomataState> node
)

Implementation

StateMachineValue(StateNodeDefinition node) : _activeNodes = {node};