activeNodes property

Iterable<StateNodeDefinition<AutomataState>> activeNodes

Returns all the currently active StateNodeDefinition.

Implementation

Iterable<StateNodeDefinition> get activeNodes => _activeNodes;