translations constant

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

Implementation

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