HandleCreatePollOptions constructor
      
      HandleCreatePollOptions({})
     
    
    
Implementation
HandleCreatePollOptions({
  required this.poll,
  this.socket,
  required this.roomName,
  this.showAlert,
  required this.updateIsPollModalVisible,
});