VotingPower constructor

VotingPower({
  1. double? upvotePower,
  2. double? downvotePower,
})

Implementation

VotingPower({this.upvotePower, this.downvotePower});