RunQueryResponseElement constructor

RunQueryResponseElement({
  1. Document? document,
  2. bool? done,
  3. ExplainMetrics? explainMetrics,
  4. String? readTime,
  5. int? skippedResults,
  6. String? transaction,
})

Implementation

RunQueryResponseElement({
  this.document,
  this.done,
  this.explainMetrics,
  this.readTime,
  this.skippedResults,
  this.transaction,
});