GroupParticipantsView constructor

const GroupParticipantsView({
  1. Key? key,
  2. required String groupId,
  3. required String callType,
})

Implementation

const GroupParticipantsView(
    {super.key, required this.groupId, required this.callType});