isDescending property

bool get isDescending

Implementation

bool get isDescending => comparator(lower, upper) > 0;