TransactionOptions constructor

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

Implementation

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