newTransaction property

  1. @TagNumber.new(5)
TransactionOptions get newTransaction

Implementation

@$pb.TagNumber(5)
$3.TransactionOptions get newTransaction => $_getN(4);
  1. @TagNumber.new(5)
set newTransaction (TransactionOptions v)

Implementation

@$pb.TagNumber(5)
set newTransaction($3.TransactionOptions v) {
  setField(5, v);
}