transactionMessage property

  1. @TagNumber.new(3)
TransactionMessage get transactionMessage

Implementation

@$pb.TagNumber(3)
TransactionMessage get transactionMessage => $_getN(2);
  1. @TagNumber.new(3)
set transactionMessage (TransactionMessage v)

Implementation

@$pb.TagNumber(3)
set transactionMessage(TransactionMessage v) {
  setField(3, v);
}