isAscending property

bool get isAscending

Implementation

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