children property

List<E> children

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

List<E> get children;