JRpcRequest constructor

JRpcRequest(
  1. int id,
  2. String? method,
  3. dynamic params
)

Implementation

JRpcRequest(int id, this.method, this.params) : super(0) {
  this.id = id;
  this.jsonrpc = this.jsonrpc;
}