QChatSendSystemNotificationParam constructor

QChatSendSystemNotificationParam({
  1. required int serverId,
  2. int? channelId,
  3. String? body,
  4. Map<String, dynamic>? extension,
  5. Map<String, dynamic>? pushPayload,
  6. String? env,
  7. String? pushContent,
  8. List<String>? toAccids,
  9. QChatSystemMessageToType? toType,
  10. int? status,
  11. bool needBadge = true,
  12. bool needPushNick = true,
  13. bool pushEnable = false,
  14. bool isRouteEnable = true,
  15. String? attach,
  16. bool persistEnable = false,
})

Implementation

QChatSendSystemNotificationParam(
    {required this.serverId,
    this.channelId,
    this.body,
    this.extension,
    this.pushPayload,
    this.env,
    this.pushContent,
    this.toAccids,
    this.toType,
    this.status,
    this.needBadge = true,
    this.needPushNick = true,
    this.pushEnable = false,
    this.isRouteEnable = true,
    this.attach,
    this.persistEnable = false});