ReqOptions constructor
ReqOptions({})
Implementation
ReqOptions({
this.id,
this.url,
this.method,
this.contentType,
this.requestTime,
this.headers,
this.params,
this.data,
});
ReqOptions({
this.id,
this.url,
this.method,
this.contentType,
this.requestTime,
this.headers,
this.params,
this.data,
});