childrenCount property Null safety
The number of children this node has.
Implementation
int get childrenCount => hasChildren ? _children!.length : 0;
The number of children this node has.
int get childrenCount => hasChildren ? _children!.length : 0;