PaginationOptions<T> constructor

const PaginationOptions<T>({
  1. int defaultPageSize = 20,
  2. String? cacheKey,
})

Implementation

const PaginationOptions({
  this.defaultPageSize = 20,
  this.cacheKey,
});