childElementCount property

int get childElementCount

The DocumentFragment.childElementCount read-only property returns the number of child elements of a DocumentFragment.

To get the number of children of a specific element, see Element.childElementCount.

Implementation

external int get childElementCount;