nodes property

NodeList nodes
latefinal

A list of child nodes of the current node. This must include all elements but not necessarily other node types.

Implementation

late final nodes = NodeList._(this);