lessThan method
Implementation
bool lessThan(
T other, {
Comparator<T> comparator = compareNaturalOrder,
}) =>
comparator(this, other) < 0;
bool lessThan(
T other, {
Comparator<T> comparator = compareNaturalOrder,
}) =>
comparator(this, other) < 0;