JRpcResponse(int id, String response) : super(id) { // ignore: unnecessary_this this.result = response; }