FetchPageResult constructor

FetchPageResult({
  1. IOUsage? consumedIOs,
  2. Page? page,
  3. TimingInformation? timingInformation,
})

Implementation

FetchPageResult({
  this.consumedIOs,
  this.page,
  this.timingInformation,
});