SendByeMessage constructor
SendByeMessage({
- String? id,
- String? jsonrpc,
- String? method,
- SendByeParams? params,
Implementation
SendByeMessage({this.id, this.jsonrpc, this.method, this.params});