VotingProcedure constructor

const VotingProcedure({
  1. required VoteType vote,
  2. Anchor? anchor,
})

Implementation

const VotingProcedure({required this.vote, this.anchor});