PollAnswerVoters constructor
const
PollAnswerVoters({})
Poll Answer Voters constructor.
Implementation
const PollAnswerVoters({
required this.chosen,
required this.correct,
required this.option,
this.voters,
this.recentVoters,
}) : super._();