RunAggregationQueryResponse constructor

RunAggregationQueryResponse({
  1. AggregationResultBatch? batch,
  2. AggregationQuery? query,
  3. String? transaction,
})

Implementation

RunAggregationQueryResponse({
  this.batch,
  this.query,
  this.transaction,
});