htmlliElement top-level property

dynamic get htmlliElement

Exposes specific properties and methods (beyond those defined by regular HTMLElement interface it also has available to it by inheritance) for manipulating list elements.

MDN Reference

Implementation

_i2.dynamic get htmlliElement => _i4.getProperty(
      _self,
      'HTMLLIElement',
    );