augmentationTargetAny property
ElementImpl?
get
augmentationTargetAny
inherited
Implementation
ElementImpl? get augmentationTargetAny {
linkedData?.read(this);
return _augmentationTargetAny;
}
set
augmentationTargetAny
(ElementImpl? value)
inherited
Implementation
set augmentationTargetAny(ElementImpl? value) {
_augmentationTargetAny = value;
}