flutter_linkedin
profile_response
DisplaySize
DisplaySize constructor
DisplaySize
flutter_linkedin
profile_response
DisplaySize
DisplaySize constructor
DisplaySize class
Constructors
DisplaySize
fromJson
Properties
height
uom
width
hashCode
runtimeType
Methods
toJson
noSuchMethod
toString
Operators
operator ==
DisplaySize
constructor
DisplaySize
(
{
double
width
,
String
uom
,
double
height
}
)
Implementation
DisplaySize({ this.width, this.uom, this.height, });