flutter_json_widgets
locale
Locale
Locale.fromJson factory constructor
Locale.fromJson
Locale.fromJson
constructor
Null safety
Locale.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory Locale.fromJson(Map<String, Object?> json) => _$LocaleFromJson(json);
flutter_json_widgets
locale
Locale
Locale.fromJson factory constructor
Locale class
Constructors
Locale
fromJson
Properties
copyWith
countryCode
hashCode
languageCode
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==