JsonRPC constructor

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

Implementation

JsonRPC(this.url, this.client);