RunAggregationQueryResponseElement constructor

RunAggregationQueryResponseElement({
  1. ExplainMetrics? explainMetrics,
  2. String? readTime,
  3. AggregationResult? result,
  4. String? transaction,
})

Implementation

RunAggregationQueryResponseElement({
  this.explainMetrics,
  this.readTime,
  this.result,
  this.transaction,
});