Http constructor

Http(
  1. String _baseUrl,
  2. Client _client
)

Implementation

Http(this._baseUrl, this._client);