state property Null safety
Implementation
ControllerState get state => _state;
Implementation
set state(ControllerState s) {
_state = s;
// print('@@ state of $this set to $s');
s.onChangedTo();
}
ControllerState get state => _state;
set state(ControllerState s) {
_state = s;
// print('@@ state of $this set to $s');
s.onChangedTo();
}