copyWith method
Implementation
AddSavedNotificationSound copyWith({InputFile? sound}) =>
AddSavedNotificationSound(sound: sound ?? this.sound);
AddSavedNotificationSound copyWith({InputFile? sound}) =>
AddSavedNotificationSound(sound: sound ?? this.sound);