CallStateDiscarded constructor

CallStateDiscarded({
  1. CallDiscardReason? reason,
  2. required bool needRating,
  3. required bool needDebugInformation,
  4. required bool needLog,
})

Implementation

CallStateDiscarded({
  this.reason,
  required this.needRating,
  required this.needDebugInformation,
  required this.needLog,
});