childrenNumber property

int get childrenNumber

Number of children in the tree.

This excludes the leads and tails.

Implementation

int get childrenNumber => itemsTree.itemCount;