descending property

List<double> get descending

Implementation

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