Call constructor
const
Call({})
Describes a call
Implementation
const Call({
required this.id,
required this.userId,
required this.isOutgoing,
required this.isVideo,
required this.state,
});
Describes a call
const Call({
required this.id,
required this.userId,
required this.isOutgoing,
required this.isVideo,
required this.state,
});