Call constructor
Call({})
Implementation
Call({
required this.id,
required this.uniqueId,
required this.userId,
required this.isOutgoing,
required this.isVideo,
this.state,
});
Call({
required this.id,
required this.uniqueId,
required this.userId,
required this.isOutgoing,
required this.isVideo,
this.state,
});