AppItemsHandler<T> constructor

const AppItemsHandler<T>({
  1. bool compareItems(
    1. T,
    2. T
    )?,
  2. String itemAsString(
    1. T
    )?,
})

Implementation

const AppItemsHandler({
  this.compareItems,
  this.itemAsString,
});