state property

T state

Current state

Implementation

T get state => _state;
void state=(T val)

Implementation

set state(T val) => modify(val);