RunQueryResponse constructor

RunQueryResponse({
  1. Document? document,
  2. String? readTime,
  3. int? skippedResults,
  4. String? transaction,
})

Implementation

RunQueryResponse({
  this.document,
  this.readTime,
  this.skippedResults,
  this.transaction,
});