children2 property

List<Element2> get children2

The children of this element.

There is no guarantee of the order in which the children will be returned. In particular, they are not guaranteed to be in lexical order.

Implementation

List<Element2> get children2;