toCN static method

LanguageVo toCN()

简体

Implementation

static LanguageVo toCN() {
  return LanguageVo("简体", "zh", countryCode: "CN");
}