augmentationTarget property

ConstructorElement? augmentationTarget

Returns the element that is augmented by this augmentation. The chain of augmentations should normally end with a ConstructorElement that is not ConstructorAugmentationElement, but might end with null immediately or after a few intermediate ConstructorAugmentationElements in case of invalid code when an augmentation is declared without the corresponding constructor declaration.

Implementation

ConstructorElement? get augmentationTarget;