ReadOptions constructor
ReadOptions({
- TransactionOptions? newTransaction,
- String? readConsistency,
- String? readTime,
- String? transaction,
Implementation
ReadOptions({
this.newTransaction,
this.readConsistency,
this.readTime,
this.transaction,
});