copyWith method
Implementation
DeleteProjectResponseModel copyWith({String? status}) {
return DeleteProjectResponseModel(status: status ?? this.status);
}
DeleteProjectResponseModel copyWith({String? status}) {
return DeleteProjectResponseModel(status: status ?? this.status);
}