subModules property Null safety
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 => UnmodifiableListView<Module>(_modules);
An Iterable of all Module
s contained within this Module
.
This only gets populated after this Module
has been built.
Iterable<Module> get subModules => UnmodifiableListView<Module>(_modules);