NERoomChatMessage class Null safety
房间消息基类
Constructors
Properties
- fromNick → String
-
发送端昵称
read-only
- fromUserUuid → String?
-
发送端,可能为空。如果为空,说明发送端可能并未加入到房间中
read-only
- hashCode → int
-
The hash code for this object.
read-only, inherited
- messageType → NERoomChatMessageType
-
消息类型
read-only
- messageUuid → String
-
消息唯一ID
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- time → int
-
消息时间戳
read-only
-
toUserUuidList
→ List<
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