menu
automaton_generator package
documentation
state.dart
ChoiceState
ChoiceState.new constructor
ChoiceState.new constructor
dark_mode
light_mode
ChoiceState
constructor
ChoiceState
(
String
type
,
List
<
State
>
states
, {
String
result
=
'null'
,
})
Implementation
ChoiceState( super.type, super.states, { super.result, });
automaton_generator package
documentation
state
ChoiceState
ChoiceState.new constructor
ChoiceState class