RunQueryResponseElement constructor

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

Implementation

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