CombinedList<T extends Sortable> constructor

CombinedList<T extends Sortable>({
  1. required List<T> combinedList,
  2. bool? merged,
  3. T? cursor,
})

Implementation

CombinedList({required this.combinedList, this.merged, this.cursor});