HttpOptionalConfig constructor
HttpOptionalConfig({})
Implementation
HttpOptionalConfig({
this.baseURL,
this.headers,
this.timeout,
this.cachePolicy,
this.logURL,
this.logRequestHeader,
this.logRespondHeader,
this.logRespondBody,
this.sendDebugId,
this.enableAuthLock,
});