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