JsonRPC constructor

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

Constructor.

Implementation

JsonRPC(String url, this.client) : super(url);