menu
automaton_generator package
documentation
state.dart
SequenceState
hasSingleOutput property
hasSingleOutput property
dark_mode
light_mode
hasSingleOutput
property
@
override
bool
get
hasSingleOutput
override
Implementation
@override bool get hasSingleOutput { final last = states.last; return last.hasSingleOutput; }
automaton_generator package
documentation
state
SequenceState
hasSingleOutput property
SequenceState class