QChatSendSystemNotificationParam constructor
Null safety
QChatSendSystemNotificationParam(- {required int serverId,
- int? channelId,
- String? body,
- Map<String, dynamic>? extension,
- Map<String, dynamic>? pushPayload,
- String? env,
- String? pushContent,
- List<String>? toAccids,
- QChatSystemMessageToType? toType,
- int? status,
- bool needBadge = true,
- bool needPushNick = true,
- bool pushEnable = false,
- bool isRouteEnable = true,
- String? attach,
- 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});