body property

List<ASTNode> body
getter/setter pair

The body nodes of the tag (for block tags).

Implementation

List<ASTNode> body = [];