htmlSourceElement top-level property

dynamic get htmlSourceElement

Provides special properties (beyond the regular HTMLElement object interface it also has available to it by inheritance) for manipulating elements.

MDN Reference

Implementation

_i2.dynamic get htmlSourceElement => _i4.getProperty(
      _self,
      'HTMLSourceElement',
    );