htmlHtmlElement top-level property

dynamic get htmlHtmlElement

Serves as the root node for a given HTML document. This object inherits the properties and methods described in the HTMLElement interface.

MDN Reference

Implementation

_i2.dynamic get htmlHtmlElement => _i4.getProperty(
      _self,
      'HTMLHtmlElement',
    );