subModules property

Iterable<Module> subModules

An Iterable of all Modules contained within this Module.

This only gets populated after this Module has been built.

Implementation

Iterable<Module> get subModules => UnmodifiableListView<Module>(_modules);