HttpApi<@required RESPONSE> constructor
HttpApi<@required RESPONSE> (})
Implementation
HttpApi(this.method, this.url,
{this.baseUrl,
this.formUrlEncoded = false,
this.body,
this.queryParams,
this.fields,
this.fromJson,
this.options})
: responseType = RESPONSE;