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

description

Document? getownerDocument

The document this node belongs to.

Returns null if this node does not belong to any document.

Other resources

Implementation

Document? get ownerDocument native;