SystemLocale constructor

SystemLocale()

Implementation

factory SystemLocale() {
  return SystemLocale._(const Locale('systemLocale'));
}