RunQueryResponse constructor

RunQueryResponse({
  1. QueryResultBatch? batch,
  2. Query? query,
  3. String? transaction,
})

Implementation

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