SelectObjectContentEventStream constructor

SelectObjectContentEventStream(
  1. ContinuationEvent? cont,
  2. EndEvent? end,
  3. ProgressEvent? progress,
  4. RecordsEvent? records,
  5. StatsEvent? stats,
)

Implementation

SelectObjectContentEventStream(
  this.cont,
  this.end,
  this.progress,
  this.records,
  this.stats,
);