firstChild property
XmlNode?
get
firstChild
Return the first child of this node, or null
if there are no children.
Implementation
XmlNode? get firstChild;
Return the first child of this node, or null
if there are no children.
XmlNode? get firstChild;