menu
xml2 package
documentation
xml.dart
XmlNode
children property
children property
dark_mode
light_mode
children
property
List
<
XmlNode
>
get
children
Return the direct children of this node in document order.
Implementation
List<XmlNode> get children;
xml2 package
documentation
xml
XmlNode
children property
XmlNode class