previousSibling property
XmlNode?
get
previousSibling
Return the previous sibling of this node, or null.
Implementation
XmlNode? get previousSibling;
Return the previous sibling of this node, or null.
XmlNode? get previousSibling;