documentElement property
HTMLElement
get
documentElement
Gets a reference to the root node of the document.
Implementation
_i3.HTMLElement get documentElement => _i4.getProperty(
this,
'documentElement',
);