body property

  1. @TagNumber.new(2)
TransactionBody get body

Implementation

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

Implementation

@$pb.TagNumber(2)
set body(TransactionBody v) { setField(2, v); }