SortedListIterableExtension<E> extension

on

Methods

toSortedList({Comparator<E>? comparator, bool growable = true}) SortedList<E>
Converts this Iterable to a SortedList.