translations property

Map<String, Map<String, String>> translations
getter/setter pair

Implementation

static Map<String, Map<String, String>> translations = {
  'zh_CN': Locales.zh_CN,
  'en': Locales.en,
};