IncomingCall constructor

IncomingCall(
  1. String id,
  2. CallStatus status,
  3. bool muted,
  4. bool speakerphone,
  5. int duration,
  6. DateTime? startTime,
  7. DateTime? establishTime,
  8. DateTime? endTime,
  9. User source,
  10. User destination,
)

Implementation

IncomingCall(
  super.id,
  super.status,
  super.muted,
  super.speakerphone,
  super.duration,
  super.startTime,
  super.establishTime,
  super.endTime,
  super.source,
  super.destination,
);