value property
T
get
value
Current value of the reactive.
Implementation
T get value => _value;
set
value
(T newValue)
Updates the value and notifies listeners and bound states.
Implementation
set value(T newValue) => set(newValue);