DarwinNotificationDetails constructor
const
DarwinNotificationDetails({
- bool? presentAlert,
- bool? presentBadge,
- bool? presentSound,
- bool? presentBanner,
- bool? presentList,
- String? sound,
- int? badgeNumber,
- List<
DarwinNotificationAttachment> ? attachments, - String? subtitle,
- String? threadIdentifier,
- String? categoryIdentifier,
- InterruptionLevel? interruptionLevel,
- double? criticalSoundVolume,
Constructs an instance of DarwinNotificationDetails.
Implementation
const DarwinNotificationDetails({
this.presentAlert,
this.presentBadge,
this.presentSound,
this.presentBanner,
this.presentList,
this.sound,
this.badgeNumber,
this.attachments,
this.subtitle,
this.threadIdentifier,
this.categoryIdentifier,
this.interruptionLevel,
this.criticalSoundVolume,
});