AddPanelistOptions constructor
AddPanelistOptions({
- required Socket socket,
- required Participant participant,
- required List<
Participant> currentPanelists, - required int maxPanelists,
- required String roomName,
- required String member,
- required String islevel,
- ShowAlert? showAlert,
Implementation
AddPanelistOptions({
required this.socket,
required this.participant,
required this.currentPanelists,
required this.maxPanelists,
required this.roomName,
required this.member,
required this.islevel,
this.showAlert,
});