QChatMsgUpdateInfo class Null safety

消息更新信息

Annotations

Constructors

QChatMsgUpdateInfo({bool? routeEnable, String? pushPayload, String? env, String? pushContent, String? ext, String? msg, String? operatorAccount, int? operatorClientType})
QChatMsgUpdateInfo.fromJson(Map<String, dynamic> json)
factory

Properties

env String?
环境变量,用户可以根据不同的env配置不同的抄送和回调地址
read / write
ext String?
操作扩展字段
read / write
hashCode int
The hash code for this object.
read-only, inherited
msg String?
操作附言
read / write
operatorAccount String?
操作账号
read / write
operatorClientType int?
操作客户端类型
read / write
pushContent String?
推送文案
read / write
pushPayload String?
推送payload
read / write
routeEnable bool?
是否需要抄送
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited