ErrorCount copyWith({int? errorCount}) { return ErrorCount(errorCount: errorCount ?? this.errorCount); }