Constructs a PollAnswer object
const PollAnswer({ required this.pollId, required this.user, required this.optionIds, this.voterChat, });