parent property Null safety
The parent Module of this Module.
This only gets populated after its parent Module, if it exists, has been built.
Implementation
Module? get parent => _parent;
The parent Module of this Module.
This only gets populated after its parent Module, if it exists, has been built.
Module? get parent => _parent;