children property

  1. @override
List<DartDeclaration> 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<DartDeclaration> get children => [...classes, ...methods, ...variables];