debugChildCount property

  1. @visibleForTesting
int get debugChildCount

Number of mounted child RenderBoxes in _children. Used by parent_data_refresh_iteration_test.dart to assert debugLastParentDataRefreshIterationCount stays bounded by this count (R124).

Implementation

@visibleForTesting
int get debugChildCount => _children.length;