htmlElement top-level property

dynamic get htmlElement

Any HTML element. Some elements directly implement this interface, while others implement it via an interface that inherits it.

MDN Reference

Implementation

_i2.dynamic get htmlElement => _i4.getProperty(
      _self,
      'HTMLElement',
    );