JSONRPC constructor

JSONRPC(
  1. dynamic id,
  2. String jsonrpc
)

Implementation

JSONRPC(this.id, this.jsonrpc);