RPCError constructor
RPCError(
- RPCErrorRequest req,
- int code,
- String message,
- dynamic data,
Implementation
RPCError(this.req, this.code, this.message, this.data);