RunAggregationQueryResponse constructor
RunAggregationQueryResponse({
- String? readTime,
- AggregationResult? result,
- String? transaction,
Implementation
RunAggregationQueryResponse({
this.readTime,
this.result,
this.transaction,
});