transaction property

  1. @TagNumber.new(2)
TransactionMessage get transaction

Implementation

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

Implementation

@$pb.TagNumber(2)
set transaction(TransactionMessage v) {
  setField(2, v);
}