getSourceCodeAnnotation function
Implementation
String getSourceCodeAnnotation(ElementAnnotation e) {
final s = e as ElementAnnotationImpl;
return s.annotationAst.toString().substring(1);
}
String getSourceCodeAnnotation(ElementAnnotation e) {
final s = e as ElementAnnotationImpl;
return s.annotationAst.toString().substring(1);
}