RunAggregationQueryResponseElement constructor

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

Implementation

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