raw property
Gets the raw value without establishing a reactive dependency.
Implementation
@override
T get raw {
// Don't track the version - just get the value
return _getter(() {});
}
Gets the raw value without establishing a reactive dependency.
@override
T get raw {
// Don't track the version - just get the value
return _getter(() {});
}