JsonRpcMessage constructor
const
JsonRpcMessage({})
Implementation
const JsonRpcMessage({
required this.jsonrpc,
this.id,
this.method,
this.params,
this.result,
this.error,
});
const JsonRpcMessage({
required this.jsonrpc,
this.id,
this.method,
this.params,
this.result,
this.error,
});