InterceptedRequest constructor
const
InterceptedRequest({})
Implementation
const InterceptedRequest({
required this.method,
required this.endpoint,
this.data,
this.headers,
this.isMultipart = false,
});
const InterceptedRequest({
required this.method,
required this.endpoint,
this.data,
this.headers,
this.isMultipart = false,
});