UpdateVote constructor

UpdateVote(
  1. String id,
  2. Vote vote
)

Implementation

UpdateVote(this.id, this.vote);