toJsonForLocale method

Object? toJsonForLocale(
  1. String locale
)

Return a JSON string representation of this message.

Implementation

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