SystemLocale constructor

SystemLocale()

Implementation

factory SystemLocale() {
  return const SystemLocale._(null);
}