parent property

Module? parent

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;