PaginationRequest constructor
const
PaginationRequest({})
Implementation
const PaginationRequest({
this.page = 1,
this.pageSize,
this.cursor,
this.filters,
this.extra,
this.searchQuery,
}) : assert(page > 0, 'Page must be greater than 0');