DioError constructor
DioError({
- required RequestOptions requestOptions,
- Response? response,
- DioErrorType type = DioErrorType.other,
- dynamic error,
Implementation
DioError({
required this.requestOptions,
this.response,
this.type = DioErrorType.other,
this.error,
});