Returns true if this version is lower than the given version.
bool isLowerThan(Version other) => this._compareTo(other) == -1;