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