menu
rx_state_machine package
documentation
rx_state_machine.dart
Graph<STATE, EVENT, SIDE_EFFECT>
stateDefinitions property
stateDefinitions property
dark_mode
light_mode
stateDefinitions
property
Map
<
Type
,
_State
<
STATE
,
EVENT
,
SIDE_EFFECT
>
>
stateDefinitions
final
Implementation
final Map<Type, _State<STATE, EVENT, SIDE_EFFECT>> stateDefinitions;
rx_state_machine package
documentation
rx_state_machine
Graph<STATE, EVENT, SIDE_EFFECT>
stateDefinitions property
Graph class