parentNode property
Node?
parentNode
getter/setter pairinherited
The Node.parentNode read-only property returns the parent of the specified node in the DOM tree.
Implementation
Node? parentNode;
The Node.parentNode read-only property returns the parent of the specified node in the DOM tree.
Node? parentNode;