AdministrativeBody constructor

AdministrativeBody({
  1. String? absenteeVotingInfoUrl,
  2. String? ballotInfoUrl,
  3. SimpleAddressType? correspondenceAddress,
  4. String? electionInfoUrl,
  5. String? electionNoticeText,
  6. String? electionNoticeUrl,
  7. List<ElectionOfficial>? electionOfficials,
  8. String? electionRegistrationConfirmationUrl,
  9. String? electionRegistrationUrl,
  10. String? electionRulesUrl,
  11. String? hoursOfOperation,
  12. String? name,
  13. SimpleAddressType? physicalAddress,
  14. List<String>? voterServices,
  15. 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,
});