descending property

List<int> get descending

Implementation

List<int> get descending => sorted((a, b) => b.compareTo(a));