JsonRPC constructor

JsonRPC(
  1. String url,
  2. Client client,
  3. String username,
  4. String password,
)

Implementation

JsonRPC(this.url, this.client, this.username, this.password);