menu
xml_annotator package
documentation
runtime.dart
XmlNode
children property
children property
dark_mode
light_mode
children
property
List
<
XmlNode
>
get
children
inherited
Return the direct children of this node in document order.
Implementation
List<XmlNode> get children => const [];
xml_annotator package
documentation
runtime
XmlNode
children property
XmlNode class