SendByeParams constructor
SendByeParams({
- String? cause,
- int? causeCode,
- ByeDialogParams? dialogParams,
- String? sessid,
Implementation
SendByeParams({this.cause, this.causeCode, this.dialogParams, this.sessid});