childNodes property
NodeListOf<ChildNode>
get
childNodes
Returns the children.
Implementation
_i3.NodeListOf<_i3.ChildNode> get childNodes => _i4.getProperty(
this,
'childNodes',
);
Returns the children.
_i3.NodeListOf<_i3.ChildNode> get childNodes => _i4.getProperty(
this,
'childNodes',
);