UpdatedVoteCount constructor

UpdatedVoteCount({
  1. required int pollOptionId,
  2. required int voteCount,
})

Implementation

UpdatedVoteCount({
  required this.pollOptionId,
  required this.voteCount,
});