DAQInfiniteQueryResponse<T> constructor
DAQInfiniteQueryResponse<T> ({})
Implementation
DAQInfiniteQueryResponse({
required this.items,
required this.currentPage,
required this.totalPages,
required this.totalItems,
required this.hasNextPage,
});