SelectObjectContentEventStream constructor
      
      SelectObjectContentEventStream(
    
    
- ContinuationEvent? cont,
- EndEvent? end,
- ProgressEvent? progress,
- RecordsEvent? records,
- StatsEvent? stats,
Implementation
SelectObjectContentEventStream(
  this.cont,
  this.end,
  this.progress,
  this.records,
  this.stats,
);