documentElement property

HTMLElement get documentElement

Gets a reference to the root node of the document.

MDN Reference

Implementation

_i3.HTMLElement get documentElement => _i4.getProperty(
      this,
      'documentElement',
    );