NotificationSound constructor
const
NotificationSound({})
Describes a notification sound in MP3 format
Implementation
const NotificationSound({
required this.id,
required this.duration,
required this.date,
required this.title,
required this.data,
required this.sound,
this.extra,
this.clientId,
});