copyWith method
Implementation
ErrorCount$Response copyWith({int? errorCount}) {
return ErrorCount$Response(errorCount: errorCount ?? this.errorCount);
}
ErrorCount$Response copyWith({int? errorCount}) {
return ErrorCount$Response(errorCount: errorCount ?? this.errorCount);
}