operator < method

bool operator <(
  1. Dot other
)

Whether this dot orders before other.

Implementation

bool operator <(Dot other) => compareTo(other) < 0;