AutoSuggestBoxItemSorter<T> typedef

AutoSuggestBoxItemSorter<T> = List<T> Function(String, List<T>)

Implementation

typedef AutoSuggestBoxItemSorter<T> = List<T> Function(String, List<T>);