UserCallCover class

Call cover of an User.

Specified as relative paths on a files storage. Prepend them with a files storage URL to obtain a link to the concrete image.

Annotations

Constructors

UserCallCover({required ImageFile full, required ImageFile vertical, required ImageFile square, required ImageFile original, CropArea? crop})
UserCallCover.fromJson(Map<String, dynamic> json)
Constructs a UserCallCover from the provided json.
factory

Properties

crop CropArea?
CropArea applied to the original ImageFile for creating this UserCallCover.
final
full ImageFile
Full-sized UserCallCover's image StorageFile, keeping the original sizes.
final
hashCode int
The hash code for this object.
no setterinherited
original ImageFile
Original image StorageFile representing this UserCallCover.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
square ImageFile
Square [UserCallCover]'s view image StorageFile of 300pxx300px size.
final
vertical ImageFile
Vertical UserCallCover's view image StorageFile of 675pxx900px size.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Returns a Map representing this UserCallCover.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited