debugActiveChildIndices property

Set<int> get debugActiveChildIndices

Implementation

Set<int> get debugActiveChildIndices =>
    _childManager?.activeChildIndices ?? const <int>{};