AttachCallMessage constructor

AttachCallMessage({
  1. String? method,
  2. String? id,
  3. Params? params,
  4. String? jsonrpc,
})

Implementation

AttachCallMessage({
    this.method,
    this.id,
    this.params,
    this.jsonrpc,
});