PaginatedQueryController<TData, TParams, TError> constructor
PaginatedQueryController<TData, TParams, TError> ()
Implementation
PaginatedQueryController(
this.state,
this._fetch,
this._fetchNextPage,
this._fetchPreviousPage,
this._refetchFromStart,
this._updateParameters,
this._canLoadMore,
);