childEntities property
Iterable<SyntacticEntity>
get
childEntities
Return an iterator that can be used to iterate through all the entities (either AST nodes or tokens) that make up the contents of this node, including doc comments but excluding other comments.
Implementation
Iterable<SyntacticEntity> get childEntities;