body property

  1. @TagNumber(2)
ProtoBlockBody get body

Implementation

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

Implementation

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