asAnnotationResult method
Converts this to an AnnotationResult.
Implementation
@override
AnnotationResult asAnnotationResult() => AnnotationResult(messages: [this]);
Converts this to an AnnotationResult.
@override
AnnotationResult asAnnotationResult() => AnnotationResult(messages: [this]);