menu
automata_theory package
documentation
abstractions/automaton.dart
Automaton<StateType extends State>
finalStates property
finalStates property
dark_mode
light_mode
finalStates
property
Set
<
StateType
>
finalStates
late
final
Implementation
late final Set<StateType> finalStates;
automata_theory package
documentation
abstractions/automaton
Automaton<StateType extends State>
finalStates property
Automaton class