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