childCount property

int childCount
inherited

Returns total number of child nodes in this container.

To get text length of this container see length.

Implementation

int get childCount => _children.length;