NEVoiceRoomChatTextMessage class

聊天室消息 @property fromUserUuid 发送端用户ID。如果为空字符串,则说明该用户可能未加入房间内。 @property fromNick 发送端昵称 @property toUserUuidList 接收端; 为空表示聊天室全体成员 @property time 消息时间戳 @property text 发送的消息内容

Constructors

NEVoiceRoomChatTextMessage(String fromUserUuid, String fromNick, List<String>? toUserUuidList, int time, String text)

Properties

fromNick String
final
fromUserUuid String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
final
time int
final
toUserUuidList List<String>?
final

Methods

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

Operators

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