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