translations constant

Map<String, Map<String, String>> const translations

Implementation

static const Map<String, Map<String, String>> translations = {
  'en_US': roomContentsEnUS,
  'zh_CN': roomContentsZhCN,
};