augmentationTarget property

  1. @experimental
  2. @override
ConstructorElement? get augmentationTarget
override

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
@override
ConstructorElement? get augmentationTarget;