ZIMKitMessageImageContent class

Constructors

ZIMKitMessageImageContent()

Properties

aspectRatio double
no setter
downloadProgress MediaTransferProgress?
getter/setter pair
fileDownloadUrl String
getter/setter pair
fileLocalPath String
getter/setter pair
fileName String
getter/setter pair
fileSize int
getter/setter pair
fileUID String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
largeImageDownloadUrl String
getter/setter pair
largeImageHeight int
getter/setter pair
largeImageLocalPath String
getter/setter pair
largeImageWidth int
getter/setter pair
originalImageHeight int
getter/setter pair
originalImageWidth int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnailDownloadUrl String
getter/setter pair
thumbnailHeight int
getter/setter pair
thumbnailLocalPath String
getter/setter pair
thumbnailWidth int
getter/setter pair
uploadProgress MediaTransferProgress?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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