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 value)

Implementation

@$pb.TagNumber(2)
set transaction(TransactionMessage value) => $_setField(2, value);