YKInterceptorResponse constructor
YKInterceptorResponse({})
Implementation
YKInterceptorResponse({
this.data,
this.statusCode = 0,
this.headers = const {},
required this.request,
});
YKInterceptorResponse({
this.data,
this.statusCode = 0,
this.headers = const {},
required this.request,
});