copyWith method
DioException
copyWith({
- RequestOptions? requestOptions,
- Response? response,
- DioExceptionType? type,
- Object? error,
- StackTrace? stackTrace,
- String? message,
Generate a new DioException by combining given values and original values.
Implementation
@override
DioException copyWith({
RequestOptions? requestOptions,
Response? response,
DioExceptionType? type,
Object? error,
StackTrace? stackTrace,
String? message,
}) {
// TODO: implement copyWith
throw UnimplementedError();
}