VoterInfoResponse constructor

VoterInfoResponse({
  1. List<Contest>? contests,
  2. List<PollingLocation>? dropOffLocations,
  3. List<PollingLocation>? earlyVoteSites,
  4. Election? election,
  5. String? kind,
  6. bool? mailOnly,
  7. SimpleAddressType? normalizedInput,
  8. List<Election>? otherElections,
  9. List<PollingLocation>? pollingLocations,
  10. String? precinctId,
  11. List<Precinct>? precincts,
  12. List<AdministrationRegion>? state,
})

Implementation

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