copyWith method
Implementation
RemoveSavedNotificationSound copyWith({int? notificationSoundId}) =>
RemoveSavedNotificationSound(
notificationSoundId: notificationSoundId ?? this.notificationSoundId,
);
RemoveSavedNotificationSound copyWith({int? notificationSoundId}) =>
RemoveSavedNotificationSound(
notificationSoundId: notificationSoundId ?? this.notificationSoundId,
);