Vote constructor

const Vote({
  1. required int newVoteCount,
})

Implementation

const Vote({
  required this.newVoteCount,
});