Retrofit constructor
Retrofit({})
Implementation
Retrofit({
this.api = "",
this.method = Method.POST,
this.contentType = ContentType.json,
this.hostType = 0,
this.cacheKey = "",
this.cacheTime = 0,
this.enableIntervalRefresh = true,
});