CallStateDiscarded constructor
const
CallStateDiscarded({
- required CallDiscardReason reason,
- required bool needRating,
- required bool needDebugInformation,
The call has ended successfully
Implementation
const CallStateDiscarded({
required this.reason,
required this.needRating,
required this.needDebugInformation,
});