toSortedList method

List<int> toSortedList()

Implementation

List<int> toSortedList() => _bits.toList()..sort();