rawValue property

T get rawValue

Gets the value without registering as dependency (for internal use)

Implementation

T get rawValue => _value;