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().
Implementation
_i2.dynamic get nodeList => _i4.getProperty(
_self,
'NodeList',
);