menu
automaton_generator package
documentation
state.dart
OperationState
OperationState.new constructor
OperationState.new constructor
dark_mode
light_mode
OperationState
constructor
OperationState
(
String
type
,
String
template
, {
String
result
=
'null'
,
Map
<
String
,
String
>
values
=
const {}
,
})
Implementation
OperationState( super.type, this.template, { super.result, this.values = const {}, });
automaton_generator package
documentation
state
OperationState
OperationState.new constructor
OperationState class