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