Resolves all message into a list of strings.
List<String> buildMessages() { return messages.map((e) => e.buildMessage()).toList(); }