menu
yafsm package
documentation
yafsm.dart
State
call method
call method
dark_mode
light_mode
call
method
bool
call
(
)
Implementation
bool call() { if (_parent.isStopped) return false; return identical(this, _parent.current); }
yafsm package
documentation
yafsm
State
call method
State class