QChatUpdateUserServerPushConfigParam class
- Inheritance
-
- Object
- QChatUpdateUserPushConfigParam
- QChatUpdateUserServerPushConfigParam
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- QChatUpdateUserServerPushConfigParam(int serverId, QChatPushMsgType pushMsgType)
-
QChatUpdateUserServerPushConfigParam.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- pushMsgType → QChatPushMsgType
-
推送消息类型选项
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverId → int
-
服务器Id,必填
final
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