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