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