ascending property

List<double> get ascending

Implementation

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