Voter constructor

const Voter({
  1. required VoterType type,
})

Implementation

const Voter({required this.type});