Call constructor
Call({})
Implementation
Call({
required this.number,
required this.id,
required this.isOutDirection,
required this.isInConference,
required this.isMuted,
required this.callState,
});
Call({
required this.number,
required this.id,
required this.isOutDirection,
required this.isInConference,
required this.isMuted,
required this.callState,
});