menu
reactive_state_machine package
documentation
reactive_state_machine.dart
EventStateMachine<StateType, EventType>
state property
state property
dark_mode
light_mode
state
property
@
override
StateType
get
state
override
Implementation
@override StateType get state;
@
override
set
state
(
StateType
state
)
override
Implementation
@override set state(StateType state);
reactive_state_machine package
documentation
reactive_state_machine
EventStateMachine<StateType, EventType>
state property
EventStateMachine class