childElements property
Return an Iterable over the XmlElement
children of this node.
Implementation
@override
Iterable<XmlElement> get childElements => children.whereType<XmlElement>();
Return an Iterable over the XmlElement
children of this node.
@override
Iterable<XmlElement> get childElements => children.whereType<XmlElement>();