Returns true if this version is strictly greater than other.
true
other
bool operator >(Version other) => compareTo(other) > 0;