DeliveredNotification constructor
DeliveredNotification({})
Implementation
DeliveredNotification({
required this.id,
required this.title,
required this.body,
required this.subtitle,
required this.threadIdentifier,
required this.payload,
this.androidTag,
});