allElements property

Iterable<Element> allElements

All of the declarations in this library.

Implementation

Iterable<Element> get allElements => [
      element,
      ...element.topLevelElements,
      ...element.libraryImports,
      ...element.libraryExports,
      ...element.parts,
    ];