EMImageMessageBody class

Inheritance

Constructors

EMImageMessageBody({String? localPath, String? displayName, String? thumbnailLocalPath, bool? sendOriginalImage, double? width, double? height})
EMImageMessageBody.fromJson({required Map map})

Properties

displayName String?
getter/setter pairinherited
fileSize int?
getter/setter pairinherited
fileStatus EMDownloadStatus
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
height double?
getter/setter pair
localPath String?
getter/setter pairinherited
remotePath String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret String?
getter/setter pairinherited
sendOriginalImage bool?
getter/setter pair
thumbnailLocalPath String?
getter/setter pair
thumbnailRemotePath String?
getter/setter pair
thumbnailSecret String?
getter/setter pair
thumbnailStatus EMDownloadStatus
getter/setter pair
type EMMessageBodyType?
getter/setter pairinherited
width double?
getter/setter pair

Methods

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

Operators

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