RequestOptions constructor
const
RequestOptions({})
Implementation
const RequestOptions({
this.baseUrl,
this.headers,
this.timeout,
this.skipInterceptors = false,
this.extra,
});
const RequestOptions({
this.baseUrl,
this.headers,
this.timeout,
this.skipInterceptors = false,
this.extra,
});