NERoomChatImageMessage class Null safety

房间图片消息

Inheritance

Constructors

NERoomChatImageMessage()

Properties

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