AppLocalItemsFetcher<T> constructor

const AppLocalItemsFetcher<T>(
  1. List<T> items
)

Implementation

const AppLocalItemsFetcher(
  this.items,
);