body property

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

The HTTP request body. If the body is not expected, it should be empty.

Implementation

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

Implementation

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