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