read property
T
get
read
Silently read the value of this reactable without registering a listener.
Implementation
T get read => _value;
Silently read the value of this reactable without registering a listener.
T get read => _value;