RestClient constructor

RestClient(
  1. HttpClient _httpClient, {
  2. HttpAuth? auth,
})

Implementation

RestClient(
  this._httpClient, {
  this.auth,
});