childEntities property

  1. @override
Iterable<SyntacticEntity> childEntities
override

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

@override
Iterable<SyntacticEntity> get childEntities =>
    _childEntities.syntacticEntities;