DeputesFromCsv constructor

DeputesFromCsv(
  1. String identifiant,
  2. String prenom,
  3. String nom,
  4. String region,
  5. String departement,
  6. String circoShort,
  7. String profession,
  8. String groupShort,
  9. String groupeLong,
  10. bool? votedFor,
  11. bool? votedAgainst,
  12. bool? didNotVote,
  13. bool? votedAbstention,
)

Implementation

DeputesFromCsv(
    this.identifiant,
    this.prenom,
    this.nom,
    this.region,
    this.departement,
    this.circoShort,
    this.profession,
    this.groupShort,
    this.groupeLong,
    this.votedFor,
    this.votedAgainst,
    this.didNotVote,
    this.votedAbstention);