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