FetchPageResult constructor
FetchPageResult({
- IOUsage? consumedIOs,
- Page? page,
- TimingInformation? timingInformation,
Implementation
FetchPageResult({
this.consumedIOs,
this.page,
this.timingInformation,
});