children property

  1. @override
List<DartElement> children
override

This method should return all queriable elements that are declared inside of this element, considering that a queriable element is an element that have a known location and a name.

Implementation

@override
List<DartElement> get children => libraries;