CivicinfoApiprotosV2VoterInfoResponse constructor
CivicinfoApiprotosV2VoterInfoResponse({
- List<
CivicinfoSchemaV2Contest> ? contests, - List<
CivicinfoSchemaV2PollingLocation> ? dropOffLocations, - List<
CivicinfoSchemaV2PollingLocation> ? earlyVoteSites, - CivicinfoSchemaV2Election? election,
- String? kind,
- bool? mailOnly,
- CivicinfoSchemaV2SimpleAddressType? normalizedInput,
- List<
CivicinfoSchemaV2Election> ? otherElections, - List<
CivicinfoSchemaV2PollingLocation> ? pollingLocations, - String? precinctId,
- List<
CivicinfoSchemaV2Precinct> ? precincts, - 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,
});