body property

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

文件内容

Implementation

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

Implementation

@$pb.TagNumber(2)
set body($core.List<$core.int> value) => $_setBytes(1, value);