body property

Return the body of the loop.

Implementation

@override
CollectionElementImpl get body => _body;
void body=(CollectionElementImpl statement)

Implementation

set body(CollectionElementImpl statement) {
  _body = _becomeParentOf(statement);
}