menu
hive_flutter_kit package
documentation
core/models/voting_power.dart
VotingPower
VotingPower.new constructor
VotingPower.new constructor
dark_mode
light_mode
VotingPower
constructor
VotingPower
(
{
double
?
upvotePower
,
double
?
downvotePower
,
})
Implementation
VotingPower({this.upvotePower, this.downvotePower});
hive_flutter_kit package
documentation
core/models/voting_power
VotingPower
VotingPower.new constructor
VotingPower class