SendByeMessage constructor

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

Implementation

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