flutter_linkedin
profile_response
Localized
Localized.fromJson factory constructor
Localized.fromJson
flutter_linkedin
profile_response
Localized
Localized.fromJson factory constructor
Localized class
Constructors
Localized
fromJson
Properties
enUs
hashCode
runtimeType
Methods
toJson
noSuchMethod
toString
Operators
operator ==
Localized.fromJson
constructor
Localized.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Localized.fromJson(Map<String, dynamic> json) => Localized( enUs: json["en_US"], );