RPCResponse constructor

const RPCResponse(
  1. int id,
  2. dynamic result
)

Implementation

const RPCResponse(this.id, this.result);