augmentation property
The immediate augmentation of this element, or null if there are no
augmentations. FieldAugmentationElement.augmentationTarget is the
back pointer that will point at this element.
Implementation
@override
FieldAugmentationElement? get augmentation {
// TODO(scheglov) implement
throw UnimplementedError();
}