body property

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

文件内容

Implementation

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

Implementation

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