SortedSearchList<T, S> constructor

SortedSearchList<T, S>({
  1. required Comparator<T> comparator,
  2. required S converter(
    1. T
    ),
})

Implementation

SortedSearchList({required this.comparator, required this.converter});