Client constructor

Client(
  1. String url,
  2. String token,
  3. Client _inner
)

Implementation

Client(this.url, this.token, this._inner);