NotificationSounds constructor

NotificationSounds({
  1. required List<NotificationSound> notificationSounds,
})

Implementation

NotificationSounds({required this.notificationSounds});