childElementCount property
      
      int
      get
      childElementCount
      
    
    
The Document.childElementCount read-only property
returns the number of child elements of the document.
To get the number of children of a specific element, see Element.childElementCount.
Implementation
external int get childElementCount;