state property
T
get
state
Implementation
T get state => _state as T;
set
state
(T newVal)
Implementation
set state(T newVal) {
_state = newVal;
}