children property
HTMLCollection
get
children
Returns the child elements.
Implementation
_i3.HTMLCollection get children => _i4.getProperty(
this,
'children',
);
Returns the child elements.
_i3.HTMLCollection get children => _i4.getProperty(
this,
'children',
);