The parent node of this node.
Other resources
- Node.parentNode from MDN.
Source
@DomName('Node.parentNode') @DocsEditable() Node get parentNode => _blink.BlinkNode.instance.parentNode_Getter_(this);
The parent node of this node.
@DomName('Node.parentNode') @DocsEditable() Node get parentNode => _blink.BlinkNode.instance.parentNode_Getter_(this);