RunQueryRequest constructor

RunQueryRequest({
  1. ExplainOptions? explainOptions,
  2. TransactionOptions? newTransaction,
  3. String? readTime,
  4. StructuredQuery? structuredQuery,
  5. String? transaction,
})

Implementation

RunQueryRequest({
  this.explainOptions,
  this.newTransaction,
  this.readTime,
  this.structuredQuery,
  this.transaction,
});