translate method
Translates all messages in this result using engine.
Implementation
AnnotationResult translate(DogEngine engine) {
return AnnotationResult(messages: messages.map((e) => e.translate(engine)).toList());
}
Translates all messages in this result using engine.
AnnotationResult translate(DogEngine engine) {
return AnnotationResult(messages: messages.map((e) => e.translate(engine)).toList());
}