ActiveVote constructor
const
ActiveVote({
- required String voter,
Implementation
const ActiveVote({
required this.rshares,
required this.voter,
});
const ActiveVote({
required this.rshares,
required this.voter,
});