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