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