Document ownerDocument

The document this node belongs to.

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

Other resources

Source

@DomName('Node.ownerDocument')
@DocsEditable()
Document get ownerDocument =>
    _blink.BlinkNode.instance.ownerDocument_Getter_(this);