IndividualVoteFromJson constructor

IndividualVoteFromJson(
  1. String? acteurRef,
  2. String? mandatRef,
  3. bool? parDelegation,
  4. bool? votedFor,
  5. bool? votedAgainst,
  6. bool? didNotVote,
  7. bool? votedAbstention,
)

IndividualVoteFromJson is the person voting

Implementation

IndividualVoteFromJson(this.acteurRef, this.mandatRef, this.parDelegation,
    this.votedFor, this.votedAgainst, this.didNotVote, this.votedAbstention);