EMVideoMessageBody class Null safety
The video message body class.
- Inheritance
- Object
- EMFileMessageBody
- EMVideoMessageBody
Constructors
Properties
- displayName ↔ String?
-
The attachment name.
read / write, inherited
- duration ↔ int?
-
The video duration in seconds.
read / write
- fileSize ↔ int?
-
The size of the attachment in bytes.
read / write, inherited
- fileStatus ↔ DownloadStatus
-
The download status of the attachment.
read / write, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- height ↔ double?
-
The video height in pixels.
read / write
- localPath ↔ String
-
The local path of the attachment.
late, final, inherited
- remotePath ↔ String?
-
The attachment path in the server.
read / write, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- secret ↔ String?
-
The token used to get the attachment.
read / write, inherited
- thumbnailLocalPath ↔ String?
-
The local path of the video thumbnail.
read / write
- thumbnailRemotePath ↔ String?
-
The URL of the thumbnail on the server.
read / write
- thumbnailSecret ↔ String?
-
The secret key of the video thumbnail.
read / write
- thumbnailStatus ↔ DownloadStatus
-
The download status of the video thumbnail.
read / write
- type ↔ MessageType
-
Gets the chat message type.
read / write, inherited
- width ↔ double?
-
The video width in pixels.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited