NotificationSounds constructor

const NotificationSounds({
  1. required List<NotificationSound> notificationSounds,
  2. dynamic extra,
  3. int? clientId,
})

Contains a list of notification sounds

Implementation

const NotificationSounds({
  required this.notificationSounds,
  this.extra,
  this.clientId,
});