parent property

Module? get parent
inherited

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;