flutter_linkedin
profile_response
PreferredLocale
toJson method
toJson
flutter_linkedin
profile_response
PreferredLocale
toJson method
PreferredLocale class
Constructors
PreferredLocale
fromJson
Properties
country
language
hashCode
runtimeType
Methods
toJson
noSuchMethod
toString
Operators
operator ==
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { "country": country, "language": language, };