childModules property

Iterable<LifecycleModule> childModules

List of child components so that lifecycle can iterate over them as needed

Implementation

Iterable<LifecycleModule> get childModules => _childModules.toList();