body property

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

Implementation

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

Implementation

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