ascending property

List<int> get ascending

Implementation

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