copyWith method
Implementation
UpdateSavedNotificationSounds copyWith({List<int>? notificationSoundIds}) =>
UpdateSavedNotificationSounds(
notificationSoundIds: notificationSoundIds ?? this.notificationSoundIds,
);
UpdateSavedNotificationSounds copyWith({List<int>? notificationSoundIds}) =>
UpdateSavedNotificationSounds(
notificationSoundIds: notificationSoundIds ?? this.notificationSoundIds,
);