TransactionOptions constructor
TransactionOptions({
- PartitionedDml? partitionedDml,
- ReadOnly? readOnly,
- ReadWrite? readWrite,
Implementation
TransactionOptions({
this.partitionedDml,
this.readOnly,
this.readWrite,
});