menu
finite_automaton package
documentation
nfa.dart
NfaState<T>
transitions property
transitions property
dark_mode
light_mode
transitions
property
List
<
(
Ranges
,
NfaState
<
T
>
)
>
transitions
final
Implementation
final List<(Ranges, NfaState<T>)> transitions = [];
finite_automaton package
documentation
nfa
NfaState<T>
transitions property
NfaState class