VoterInfoResponse constructor
VoterInfoResponse({
- List<
Contest> ? contests, - List<
PollingLocation> ? dropOffLocations, - List<
PollingLocation> ? earlyVoteSites, - Election? election,
- String? kind,
- bool? mailOnly,
- SimpleAddressType? normalizedInput,
- List<
Election> ? otherElections, - List<
PollingLocation> ? pollingLocations, - String? precinctId,
- List<
Precinct> ? precincts, - 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,
});