NERoomChatTextMessage class abstract

房间文本消息

Inheritance

Constructors

NERoomChatTextMessage()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited