QChatSubscribeAllChannelParam class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
QChatSubscribeAllChannelParam(QChatSubscribeType type, List<
int> serverIds) -
QChatSubscribeAllChannelParam.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
serverIds
→ List<
int> -
请求参数,操作的对象:serverId列表
final
- type → QChatSubscribeType
-
请求参数,订阅类型,见
QChatSubType
,只支持QChatSubscribeType.channelMsg, QChatSubscribeType.channelMsgUnreadCount, QChatSubscribeType.channelMsgUnreadStatusfinal
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited