Gets the reference to the underlying value.
@override Option<T> get() { if (_val == null) { return None; } return Some(_val!); }