childElements property

Iterable<XmlElement> childElements
inherited

Return an Iterable over the XmlElement children of this node.

Implementation

Iterable<XmlElement> get childElements => const [];