SendByeParams constructor

SendByeParams({
  1. String? cause,
  2. int? causeCode,
  3. ByeDialogParams? dialogParams,
  4. String? sessid,
})

Implementation

SendByeParams({this.cause, this.causeCode, this.dialogParams, this.sessid});