CivicinfoApiprotosV2VoterInfoResponse constructor

CivicinfoApiprotosV2VoterInfoResponse({
  1. List<CivicinfoSchemaV2Contest>? contests,
  2. List<CivicinfoSchemaV2PollingLocation>? dropOffLocations,
  3. List<CivicinfoSchemaV2PollingLocation>? earlyVoteSites,
  4. CivicinfoSchemaV2Election? election,
  5. String? kind,
  6. bool? mailOnly,
  7. CivicinfoSchemaV2SimpleAddressType? normalizedInput,
  8. List<CivicinfoSchemaV2Election>? otherElections,
  9. List<CivicinfoSchemaV2PollingLocation>? pollingLocations,
  10. String? precinctId,
  11. List<CivicinfoSchemaV2Precinct>? precincts,
  12. List<CivicinfoSchemaV2AdministrationRegion>? state,
})

Implementation

CivicinfoApiprotosV2VoterInfoResponse({
  this.contests,
  this.dropOffLocations,
  this.earlyVoteSites,
  this.election,
  this.kind,
  this.mailOnly,
  this.normalizedInput,
  this.otherElections,
  this.pollingLocations,
  this.precinctId,
  this.precincts,
  this.state,
});