menu
automata_theory package
documentation
abstractions/automatons.dart
Automaton<StateType extends State>
states property
states property
dark_mode
light_mode
states
property
Set
<
StateType
>
get
states
Implementation
Set<StateType> get states => _states.toSet();
automata_theory package
documentation
abstractions/automatons
Automaton<StateType extends State>
states property
Automaton class