childCount property

int get childCount

Implementation

int get childCount => data == null ? _childMap.length : 0;