isDescending property

bool isDescending

Implementation

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