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