children property

  1. @Deprecated(elementModelDeprecationMsg)
List<Element> get children

A list of this element's children.

There is no guarantee of the order in which the children will be included.

Implementation

@Deprecated(elementModelDeprecationMsg)
List<Element> get children;