RunQueryRequest constructor

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

Implementation

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