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