PollVote constructor
PollVote({})
Returns a new PollVote instance.
Implementation
PollVote({
this.answerText,
required this.createdAt,
required this.id,
this.isAnswer,
required this.optionId,
required this.pollId,
required this.updatedAt,
this.user,
this.userId,
});