copyWith method
Implementation
HTTPValidationError copyWith({List<ValidationError>? detail}) {
return HTTPValidationError(detail: detail ?? this.detail);
}
HTTPValidationError copyWith({List<ValidationError>? detail}) {
return HTTPValidationError(detail: detail ?? this.detail);
}