toJsonForLocale method

dynamic toJsonForLocale(
  1. String locale
)

Return a JSON string representation of this message.

Implementation

toJsonForLocale(String locale) {
  return jsonTranslations[locale];
}