QChatUserPushConfig class

Annotations
  • @JsonSerializable()

Constructors

QChatUserPushConfig()
QChatUserPushConfig.fromJson(Map<String, dynamic> json)
factory

Properties

channelCategoryId int?
频道分组id
getter/setter pair
channelId int?
频道id
getter/setter pair
dimension QChatDimension?
推送维度
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pushMsgType QChatPushMsgType?
推送接收哪些消息类型
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId int?
服务器id
getter/setter pair

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