operator < method
Returns true if this is less than other.
Implementation
@nonVirtual
@useResult bool operator < (T other) => compareTo(other) < 0;
Returns true if this is less than other.
@nonVirtual
@useResult bool operator < (T other) => compareTo(other) < 0;