rawValue property
T
get
rawValue
Gets the value without registering as dependency (for internal use)
Implementation
T get rawValue => _value;
Gets the value without registering as dependency (for internal use)
T get rawValue => _value;