RunQueryResponse constructor
RunQueryResponse({
- QueryResultBatch? batch,
- Query? query,
- String? transaction,
Implementation
RunQueryResponse({
this.batch,
this.query,
this.transaction,
});