PaginationResponse<T> constructor
const
PaginationResponse<T> ({})
Implementation
const PaginationResponse({
required this.items,
required this.total,
required this.skip,
required this.limit,
required this.isLastPage,
this.nextPageKey,
});