ChatCall constructor
- ChatItemId id,
- ChatId chatId,
- User author,
- PreciseDateTime at, {
- required List<
ChatCallMember> members, - required bool withVideo,
- PreciseDateTime? conversationStartedAt,
- int? finishReasonIndex,
- PreciseDateTime? finishedAt,
- ChatMembersDialed? dialed,
Implementation
ChatCall(
super.id,
super.chatId,
super.author,
super.at, {
required this.members,
required this.withVideo,
this.conversationStartedAt,
this.finishReasonIndex,
this.finishedAt,
this.dialed,
});