parent property

Component? parent
final

The Component which constructed and contains this Component.

This information is used to determine the testbench hierarchy. If there is no parent (e.g. this is the top level Component), then the parent is null.

Implementation

final Component? parent;