htmlUnknownElement top-level property

dynamic get htmlUnknownElement

An invalid HTML element and derives from the HTMLElement interface, but without implementing any additional properties or methods.

MDN Reference

Implementation

_i2.dynamic get htmlUnknownElement => _i4.getProperty(
      _self,
      'HTMLUnknownElement',
    );