QChatMsgUpdateInfo constructor

QChatMsgUpdateInfo({
  1. bool? routeEnable,
  2. String? pushPayload,
  3. String? env,
  4. String? pushContent,
  5. String? ext,
  6. String? msg,
  7. String? operatorAccount,
  8. int? operatorClientType,
})

Implementation

QChatMsgUpdateInfo(
    {this.routeEnable,
    this.pushPayload,
    this.env,
    this.pushContent,
    this.ext,
    this.msg,
    this.operatorAccount,
    this.operatorClientType});