ConversationMessage constructor

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

Implementation

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