MergeListCallback<T> typedef

MergeListCallback<T> = List<T> Function(List<T> current, List<T> newList)

Implementation

typedef MergeListCallback<T> = List<T> Function(
    List<T> current, List<T> newList);