RPCErrorRequest constructor

RPCErrorRequest(
  1. String method,
  2. dynamic args
)

Implementation

RPCErrorRequest(this.method, this.args);