augmentationTarget property
MethodElement?
get
augmentationTarget
Returns the element that is augmented by this augmentation. The chain of
augmentations should normally end with a MethodElement that is not
MethodAugmentationElement, but might end with null
immediately or
after a few intermediate MethodAugmentationElements in case of invalid
code when an augmentation is declared without the corresponding method
declaration.
Implementation
MethodElement? get augmentationTarget;