toSystem static method

LanguageVo toSystem()

跟随系统

Implementation

static LanguageVo toSystem() {
  return LanguageVo(StringRes.followSystem, Intl.systemLocale, isSystem: true);
}