body property

  1. @TagNumber(3)
Expr get body

Body is the body of the definition.

Implementation

@$pb.TagNumber(3)
Expr get body => $_getN(2);
  1. @TagNumber(3)
set body (Expr v)

Implementation

@$pb.TagNumber(3)
set body(Expr v) { setField(3, v); }