children property

HTMLCollection get children

Implementation

@pragma('vm:prefer-inline')
// https://developer.mozilla.org/en-US/docs/Web/API/Element/children
// The children is defined at interface [ParentNode].
HTMLCollection get children => ensureCachedCollection();