AggregationResultBatch constructor

AggregationResultBatch({
  1. List<AggregationResult>? aggregationResults,
  2. String? moreResults,
  3. String? readTime,
})

Implementation

AggregationResultBatch({
  this.aggregationResults,
  this.moreResults,
  this.readTime,
});