PaginationState<T> constructor
const
PaginationState<T> ({})
Implementation
const PaginationState({
this.items = const [],
this.currentPage = 0,
this.pageSize = 20,
this.totalItems,
this.hasMore = true,
this.isLoading = false,
this.error,
});