options property
The options for the transaction. Defaults to a read-write transaction.
Implementation
@$pb.TagNumber(2)
$3.TransactionOptions get options => $_getN(1);
Implementation
@$pb.TagNumber(2)
set options($3.TransactionOptions v) {
setField(2, v);
}