debugChildren property

Set<ProviderContainer> debugChildren

All the containers that have this container as parent.

Do not use in production

Implementation

Set<ProviderContainer> get debugChildren => {..._children};