nodeList top-level property

dynamic get nodeList

NodeList objects are collections of nodes, usually returned by properties such as Node.childNodes and methods such as document.querySelectorAll().

MDN Reference

Implementation

_i2.dynamic get nodeList => _i4.getProperty(
      _self,
      'NodeList',
    );