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