children property

List<XmlNode> children
inherited

Return the direct children of this node in document order.

Implementation

List<XmlNode> get children => const [];