AggregationResultBatch constructor
AggregationResultBatch({
- List<
AggregationResult> ? aggregationResults, - String? moreResults,
- String? readTime,
Implementation
AggregationResultBatch({
this.aggregationResults,
this.moreResults,
this.readTime,
});