GroupCallParticipants constructor
GroupCallParticipants({
- required int totalCount,
- required List<
MessageSender> participantIds,
Implementation
GroupCallParticipants({
required this.totalCount,
required this.participantIds,
});