augmentationTarget property

PropertyAccessorElement? augmentationTarget

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

Implementation

PropertyAccessorElement? get augmentationTarget;