parentNode property - Node class - dart:html library (original) (raw)

description

Node? getparentNode

The parent node of this node.

Other resources

Implementation

Node? get parentNode native;