NotificationEvent constructor
NotificationEvent({
- required String event,
- required String origin,
- required String timestamp,
- required String from,
- required List<
String> to, - required String notifID,
- required NotificationChannel channel,
- required NotificationMeta meta,
- required NotificationMessage message,
- NotificationConfig? config,
- NotificationAdvanced? advanced,
- required String source,
- NotificationRawData? raw,
Implementation
NotificationEvent({
required this.event,
required this.origin,
required this.timestamp,
required this.from,
required this.to,
required this.notifID,
required this.channel,
required this.meta,
required this.message,
this.config,
this.advanced,
required this.source,
this.raw,
});