augmentationTarget property

  1. @experimental
ExecutableElement? get augmentationTarget

The element that is augmented by this augmentation.

The chain of augmentations normally ends with a ExecutableElement that is not an augmentation, but might end with null immediately or after a few intermediate ExecutableElements in case of invalid code when an augmentation is declared without the corresponding declaration.

Implementation

@experimental
ExecutableElement? get augmentationTarget;