WeightedVoteOption constructor

WeightedVoteOption(
  1. VoteOption option,
  2. double weight
)

Implementation

WeightedVoteOption(this.option, this.weight);