Locale.fromJson constructor

Locale.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Locale.fromJson(Map<String, Object?> json) => _$LocaleFromJson(json);