ReadOptions constructor

ReadOptions({
  1. TransactionOptions? newTransaction,
  2. String? readConsistency,
  3. String? readTime,
  4. String? transaction,
})

Implementation

ReadOptions({
  this.newTransaction,
  this.readConsistency,
  this.readTime,
  this.transaction,
});