NERoomChatFileMessage class Null safety

房间文件消息

Inheritance
Implementers

Constructors

NERoomChatFileMessage()

Properties

displayName String?
文件显示名
read-only
extension String?
文件后缀名
read-only
fromNick String
发送端昵称
read-only, inherited
fromUserUuid String?
发送端,可能为空。如果为空,说明发送端可能并未加入到房间中
read-only, inherited
hashCode int
The hash code for this object.
read-only, inherited
md5 String?
文件md5
read-only
messageType NERoomChatMessageType
消息类型
read-only, inherited
messageUuid String
消息唯一ID
read-only, inherited
path String?
文件路径
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
size int
文件大小
read-only
thumbPath String?
缩略图地址
read-only
time int
消息时间戳
read-only, inherited
toUserUuidList List<String>?
接收端; 为空表示聊天室全体成员
read-only, inherited
url String
文件下载地址
read-only

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