Returns true if this range intersects other.
true
other
bool intersectsRange(LineRange other) => intersects(other.startLine, other.endLine);