AddPanelistOptions constructor

AddPanelistOptions({
  1. required Socket socket,
  2. required Participant participant,
  3. required List<Participant> currentPanelists,
  4. required int maxPanelists,
  5. required String roomName,
  6. required String member,
  7. required String islevel,
  8. 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,
});