parentComponentInstance property

ComponentInstance? parentComponentInstance
getter/setter pair

The parent component that will render this instance, or null if the renderer handles it directly.

Implementation

ComponentInstance? parentComponentInstance;