QChatSystemNotification constructor

QChatSystemNotification({
  1. QChatSystemNotificationType? type,
  2. int? msgIdServer,
  3. String? extension,
  4. int? status,
  5. bool? persistEnable,
  6. String? attach,
  7. bool? pushEnable,
  8. bool? needPushNick,
  9. bool? needBadge,
  10. String? pushContent,
  11. String? env,
  12. String? pushPayload,
  13. String? body,
  14. int? channelId,
  15. int? serverId,
  16. int? time,
  17. bool? routeEnable,
  18. String? fromAccount,
  19. String? fromNick,
  20. String? fromDeviceId,
  21. int? fromClientType,
  22. String? callbackExtension,
  23. QChatSystemNotificationAttachment? attachment,
  24. int? updateTime,
  25. String? msgIdClient,
  26. List<String>? toAccids,
})

Implementation

QChatSystemNotification(
    {this.type,
    this.msgIdServer,
    this.extension,
    this.status,
    this.persistEnable,
    this.attach,
    this.pushEnable,
    this.needPushNick,
    this.needBadge,
    this.pushContent,
    this.env,
    this.pushPayload,
    this.body,
    this.channelId,
    this.serverId,
    this.time,
    this.routeEnable,
    this.fromAccount,
    this.fromNick,
    this.fromDeviceId,
    this.fromClientType,
    this.callbackExtension,
    this.attachment,
    this.updateTime,
    this.msgIdClient,
    this.toAccids});