ActiveVote constructor

const ActiveVote({
  1. required int rshares,
  2. required String voter,
})

Implementation

const ActiveVote({
  required this.rshares,
  required this.voter,
});