peek property

T get peek

Read the value without registering a dependency (non-reactive).

Implementation

T get peek => _value;