DebuggerInterceptorDataModel constructor

DebuggerInterceptorDataModel({
  1. RequestOptions? requestOptions,
  2. Response? response,
  3. DioError? error,
})

Implementation

DebuggerInterceptorDataModel(
    {this.requestOptions, this.response, this.error});