The parent Module of this Module.
This only gets populated after its parent Module, if it exists, has been built.
@override Module? get parent => _isBuildingOrHasBuilt ? super.parent : _rbParent;