Api constructor
const
Api(})
Implementation
const Api(this.url, {
this.method = POST,
this.data,
this.contentType,
this.header,
this.requestName,
this.target,
this.mergeByBaseUrl = false
});
const Api(this.url, {
this.method = POST,
this.data,
this.contentType,
this.header,
this.requestName,
this.target,
this.mergeByBaseUrl = false
});