AdministrativeBody constructor
AdministrativeBody({
- String? absenteeVotingInfoUrl,
- String? ballotInfoUrl,
- SimpleAddressType? correspondenceAddress,
- String? electionInfoUrl,
- String? electionNoticeText,
- String? electionNoticeUrl,
- List<
ElectionOfficial> ? electionOfficials, - String? electionRegistrationConfirmationUrl,
- String? electionRegistrationUrl,
- String? electionRulesUrl,
- String? hoursOfOperation,
- String? name,
- SimpleAddressType? physicalAddress,
- List<
String> ? voterServices, - String? votingLocationFinderUrl,
Implementation
AdministrativeBody({
this.absenteeVotingInfoUrl,
this.ballotInfoUrl,
this.correspondenceAddress,
this.electionInfoUrl,
this.electionNoticeText,
this.electionNoticeUrl,
this.electionOfficials,
this.electionRegistrationConfirmationUrl,
this.electionRegistrationUrl,
this.electionRulesUrl,
this.hoursOfOperation,
this.name,
this.physicalAddress,
this.voterServices,
this.votingLocationFinderUrl,
});