copyWith method
Implementation
DeleteProfilePhoto copyWith({int? profilePhotoId}) =>
DeleteProfilePhoto(profilePhotoId: profilePhotoId ?? this.profilePhotoId);
DeleteProfilePhoto copyWith({int? profilePhotoId}) =>
DeleteProfilePhoto(profilePhotoId: profilePhotoId ?? this.profilePhotoId);