childNodes property

NodeListOf<ChildNode> childNodes

Returns the children.

MDN Reference

Implementation

_i3.NodeListOf<_i3.ChildNode> get childNodes => _i4.getProperty(
      this,
      'childNodes',
    );