childCount property

int get childCount

Implementation

int get childCount => children?.length ?? 0;