Vote constructor
      
      Vote(
    
    
- double proposal_id,
- String voter,
- List<WeightedVoteOption> options
Implementation
Vote(this.proposal_id, this.voter, this.options);