FdcDataAdapterCapabilities constructor

const FdcDataAdapterCapabilities({
  1. bool filtering = false,
  2. bool sorting = false,
  3. bool paging = false,
  4. bool totalCount = false,
  5. bool search = false,
  6. bool aggregates = false,
  7. bool selectedKeyFiltering = false,
})

Implementation

const FdcDataAdapterCapabilities({
  this.filtering = false,
  this.sorting = false,
  this.paging = false,
  this.totalCount = false,
  this.search = false,
  this.aggregates = false,
  this.selectedKeyFiltering = false,
});