TransactionOptions constructor

TransactionOptions({
  1. bool? excludeTxnFromChangeStreams,
  2. String? isolationLevel,
  3. PartitionedDml? partitionedDml,
  4. ReadOnly? readOnly,
  5. ReadWrite? readWrite,
})

Implementation

TransactionOptions({
  this.excludeTxnFromChangeStreams,
  this.isolationLevel,
  this.partitionedDml,
  this.readOnly,
  this.readWrite,
});