JsonRpcError constructor

JsonRpcError(
  1. int code,
  2. String message
)

Implementation

JsonRpcError(
  this.code,
  this.message,
);