NotificationSounds constructor
const
NotificationSounds({
- required List<
NotificationSound> notificationSounds, - dynamic extra,
- int? clientId,
Contains a list of notification sounds
Implementation
const NotificationSounds({
required this.notificationSounds,
this.extra,
this.clientId,
});