QChatUserPushConfig class Null safety

Annotations

Constructors

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

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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