body property

  1. @TagNumber.new(1)
BlockBody get body

The Block Body associated with the requested ID. None/null if not found. optional

Implementation

@$pb.TagNumber(1)
$31.BlockBody get body => $_getN(0);
  1. @TagNumber.new(1)
set body (BlockBody v)

Implementation

@$pb.TagNumber(1)
set body($31.BlockBody v) { setField(1, v); }