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