dictionary property

Map<String, dynamic> get dictionary

Implementation

static Map<String, dynamic> get dictionary {
  if (localeName == 'ko_KR') {
    return _korean;
  } else {
    return _english;
  }
}