ReceiveByeMessage constructor

ReceiveByeMessage({
  1. String? jsonrpc,
  2. int? id,
  3. String? method,
  4. ReceiveByeParams? params,
})

Implementation

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