FdcDataPagingOptions constructor

const FdcDataPagingOptions({
  1. bool enabled = false,
  2. int pageSize = 1000,
  3. int maxPageSize = 10000,
  4. bool requireTotalCount = false,
  5. FdcDataPagingMode mode = FdcDataPagingMode.standard,
  6. double infiniteLoadThreshold = 0.70,
})

Implementation

const FdcDataPagingOptions({
  this.enabled = false,
  this.pageSize = 1000,
  this.maxPageSize = 10000,
  this.requireTotalCount = false,
  this.mode = FdcDataPagingMode.standard,
  this.infiniteLoadThreshold = 0.70,
});