Vote constructor

Vote(
  1. double proposal_id,
  2. String voter,
  3. List<WeightedVoteOption> options
)

Implementation

Vote(this.proposal_id, this.voter, this.options);