PaginatedResponseKeys constructor
const
PaginatedResponseKeys({})
Implementation
const PaginatedResponseKeys({
this.items = const ['items'],
this.pageNumber = const ['pageNumber', 'page'],
this.pageSize = const ['pageSize'],
this.totalCount = const ['totalCount'],
this.totalPages = const ['totalPages'],
});