translations property

Map<String, String> translations
getter/setter pair

When generating code, we store translations for each locale associated with the original message.

Implementation

Map<String, String> translations = {};