subModules property
An Iterable of all Module
s contained within this Module
.
This only gets populated after this Module
has been built.
Implementation
Iterable<Module> get subModules =>
UnmodifiableTraverseableCollectionView<Module>(_subModules);