HandleEndPollOptions constructor
      
      HandleEndPollOptions({})
     
    
    
Implementation
HandleEndPollOptions({
  required this.pollId,
  this.socket,
  this.showAlert,
  required this.roomName,
  required this.updateIsPollModalVisible,
});