Vote constructor

Vote({
  1. int option,
  2. int count,
})

Implementation

Vote({
  this.option,
  this.count,
});