CallStateDiscarded constructor
CallStateDiscarded({
- CallDiscardReason? reason,
- required bool needRating,
- required bool needDebugInformation,
- required bool needLog,
Implementation
CallStateDiscarded({
this.reason,
required this.needRating,
required this.needDebugInformation,
required this.needLog,
});