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