PollVoteModel constructor
PollVoteModel({
- int? id,
- PollOptionModel? pollOption,
- UserModel? user,
Implementation
PollVoteModel({
this.id,
this.pollOption,
this.user,
});