Streamingbuffer constructor

Streamingbuffer({
  1. String? estimatedBytes,
  2. String? estimatedRows,
  3. String? oldestEntryTime,
})

Implementation

Streamingbuffer({
  this.estimatedBytes,
  this.estimatedRows,
  this.oldestEntryTime,
});