WeightedVoteOption constructor
WeightedVoteOption(
- VoteOption option,
- double weight
Implementation
WeightedVoteOption(this.option, this.weight);
WeightedVoteOption(this.option, this.weight);