NotificationSound constructor
NotificationSound({})
Implementation
NotificationSound({
required this.id,
required this.duration,
required this.date,
required this.title,
required this.data,
this.sound,
});