fetcher property

PaginatedDataFetcher<TModel> fetcher
final

A function that takes QueryParams built by the controller and BuildContext and returns Paginated<TModel>.

Implementation

final PaginatedDataFetcher<TModel> fetcher;