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