read method

T read()

Returns the current value without tracking dependency.

Implementation

T read() => _value;