children property

HTMLCollection children

Returns the child elements.

MDN Reference

Implementation

_i3.HTMLCollection get children => _i4.getProperty(
      this,
      'children',
    );