isAscending property

bool isAscending

Implementation

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