state property
State
get
state
Implementation
State get state => _core.state as State;
set
state
(State value)
Implementation
set state(State value) => _core.state = value;