childNodes property

Iterable<AstNode> childNodes

All direct children of this node.

Implementation

Iterable<AstNode> get childNodes;