ownerDocument property - Node class - dart:html library (original) (raw)
Document? getownerDocument
The document this node belongs to.
Returns null if this node does not belong to any document.
Other resources
- Node.ownerDocumentfrom MDN.
Implementation
Document? get ownerDocument native;