readAnnotation<AnnotationType> method
Implementation
Annotated<AnnotationType>? readAnnotation<AnnotationType>() {
final element = this;
return Annotated(element, _getAnnotation<AnnotationType>(element));
}
Annotated<AnnotationType>? readAnnotation<AnnotationType>() {
final element = this;
return Annotated(element, _getAnnotation<AnnotationType>(element));
}