menu
yuka package
documentation
fsm/state_machine.dart
StateMachine
get method
get method
dark_mode
light_mode
get
method
State
?
get
(
String
id
)
Returns the state for the given ID.
Implementation
State? get(String id ) { return states[id]; }
yuka package
documentation
fsm/state_machine
StateMachine
get method
StateMachine class