debugChildren property

List<ProviderContainer> debugChildren

All the containers that have this container as parent.

Do not use in production

Implementation

List<ProviderContainer> get debugChildren => UnmodifiableListView(_children);