copyWithWrapped method
Implementation
ErrorCount$Response copyWithWrapped({Wrapped<int?>? errorCount}) {
return ErrorCount$Response(
errorCount: (errorCount != null ? errorCount.value : this.errorCount));
}
ErrorCount$Response copyWithWrapped({Wrapped<int?>? errorCount}) {
return ErrorCount$Response(
errorCount: (errorCount != null ? errorCount.value : this.errorCount));
}