LiveIconPhoto class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- LiveIconPhoto(LiveIconPhotoImage original, LiveIconPhotoImage sq180, LiveIconPhotoImage pxsq180, LiveIconPhotoImage w540, LiveIconPhotoImage pxw540, LiveIconPhotoImage sq60, LiveIconPhotoImage pxsq60, LiveIconPhotoImage sq120, LiveIconPhotoImage pxsq120, LiveIconPhotoImage w240, LiveIconPhotoImage pxw240)
-
LiveIconPhoto.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- original ↔ LiveIconPhotoImage
-
getter/setter pair
- pxsq60 ↔ LiveIconPhotoImage
-
getter/setter pair
- pxsq120 ↔ LiveIconPhotoImage
-
getter/setter pair
- pxsq180 ↔ LiveIconPhotoImage
-
getter/setter pair
- pxw240 ↔ LiveIconPhotoImage
-
getter/setter pair
- pxw540 ↔ LiveIconPhotoImage
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sq60 ↔ LiveIconPhotoImage
-
getter/setter pair
- sq120 ↔ LiveIconPhotoImage
-
getter/setter pair
- sq180 ↔ LiveIconPhotoImage
-
getter/setter pair
- w240 ↔ LiveIconPhotoImage
-
getter/setter pair
- w540 ↔ LiveIconPhotoImage
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited