documentationFrom property
override
Implementation
@override
List<ModelElement> get documentationFrom {
_documentationFrom ??= computeDocumentationFrom;
return _documentationFrom;
}
@override
List<ModelElement> get documentationFrom {
_documentationFrom ??= computeDocumentationFrom;
return _documentationFrom;
}