value property Null safety
The current value of the object. When the value changes, the callbacks registered with addListener will be invoked.
Implementation
T get value;
The current value of the object. When the value changes, the callbacks registered with addListener will be invoked.
T get value;