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