value property
T
get
value
Implementation
T get value => state.value;
set
value
(T value)
Implementation
set value(T value) => setValue(value);