body property

  1. @TagNumber.new(9)
List<int> get body

Implementation

@$pb.TagNumber(9)
$core.List<$core.int> get body => $_getN(3);
  1. @TagNumber.new(9)
set body (List<int> v)

Implementation

@$pb.TagNumber(9)
set body($core.List<$core.int> v) {
  $_setBytes(3, v);
}