DarwinNotificationDetails constructor
const
DarwinNotificationDetails({})
Constructs an instance of DarwinNotificationDetails.
Implementation
const DarwinNotificationDetails({
this.presentAlert,
this.presentBadge,
this.presentSound,
this.sound,
this.badgeNumber,
this.attachments,
this.subtitle,
this.threadIdentifier,
this.categoryIdentifier,
this.interruptionLevel,
});