QChatSystemMessageToType enum

Inheritance

Constructors

QChatSystemMessageToType()
const

Values

server → const QChatSystemMessageToType

服务器,serverId必填

channel → const QChatSystemMessageToType

频道,serverId/channelId必填

server_accids → const QChatSystemMessageToType

服务器成员,serverId/toAccids必填

channel_accids → const QChatSystemMessageToType

频道成员,serverId/channelId/toAccids必填

accids → const QChatSystemMessageToType

复用IM成员信息,toAccids必填

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<QChatSystemMessageToType>
A constant List of the values in this enum, in order of their declaration.