menu
xml_annotator package
documentation
runtime.dart
XmlNode
parent property
parent property
dark_mode
light_mode
parent
property
XmlNode
?
get
parent
inherited
Return the parent node of this node, or
null
if there is none.
Implementation
XmlNode? get parent => null;
xml_annotator package
documentation
runtime
XmlNode
parent property
XmlNode class