TestClient constructor

TestClient(
  1. String url,
  2. Client client
)

Implementation

TestClient(this.url, this.client);