TransactionOptions constructor

TransactionOptions({
  1. ReadOnly? readOnly,
  2. ReadWrite? readWrite,
})

Implementation

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