toJsonForLocale method
Return a JSON string representation of this message.
Implementation
toJsonForLocale(String locale) {
return jsonTranslations[locale];
}
Return a JSON string representation of this message.
toJsonForLocale(String locale) {
return jsonTranslations[locale];
}