EMFileMessageBody class Null safety
- Inheritance
- Object
- EMMessageBody
- EMFileMessageBody
- Implementers
Constructors
- EMFileMessageBody({String? localPath, String? displayName, EMMessageBodyType type = EMMessageBodyType.FILE})
- EMFileMessageBody.fromJson({required Map map, EMMessageBodyType type = EMMessageBodyType.FILE})
Properties
- displayName ↔ String?
-
read / write
- fileSize ↔ int?
-
read / write
- fileStatus ↔ EMDownloadStatus
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- localPath ↔ String?
-
read / write
- remotePath ↔ String?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- secret ↔ String?
-
read / write
- type ↔ EMMessageBodyType?
-
read / write, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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
Static Methods
-
downloadStatusFromInt(
int? status) → EMDownloadStatus -
downloadStatusToInt(
EMDownloadStatus status) → int