NERoomChatTextMessage class Null safety

房间文本消息

Inheritance

Constructors

NERoomChatTextMessage()

Properties

fromNick String
发送端昵称
read-only, inherited
fromUserUuid String?
发送端,可能为空。如果为空,说明发送端可能并未加入到房间中
read-only, inherited
hashCode int
The hash code for this object.
read-only, inherited
messageType NERoomChatMessageType
消息类型
read-only, inherited
messageUuid String
消息唯一ID
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
text String
消息内容
read-only
time int
消息时间戳
read-only, inherited
toUserUuidList List<String>?
接收端; 为空表示聊天室全体成员
read-only, inherited

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