Returns this if it's None, otherwise returns the other Option.
other
@override @pragma('vm:prefer-inline') Option<T> noneOr(Option<T> other) => other;