toErrorText method
Implementation
String? toErrorText(AnnotationResult result) {
if (!result.hasErrors) return null;
return result.maybeTransform(annotationTransformer).errorText;
}
String? toErrorText(AnnotationResult result) {
if (!result.hasErrors) return null;
return result.maybeTransform(annotationTransformer).errorText;
}