Query if the stored value is not a reference and the value is not null.
bool get isValue => !isRef && _value != null;