ReceiveByeMessage constructor
ReceiveByeMessage({
- String? jsonrpc,
- int? id,
- String? method,
- ReceiveByeParams? params,
Implementation
ReceiveByeMessage({this.jsonrpc, this.id, this.method, this.params});