AdministrativeBody class
Information about an election administrative body (e.g. County Board of Elections).
Constructors
-
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}) - AdministrativeBody.fromJson(Map json_)
Properties
- absenteeVotingInfoUrl ↔ String?
-
A URL provided by this administrative body for information on absentee
voting.
getter/setter pair
- ballotInfoUrl ↔ String?
-
A URL provided by this administrative body to give contest information to
the voter.
getter/setter pair
- correspondenceAddress ↔ SimpleAddressType?
-
The mailing address of this administrative body.
getter/setter pair
- electionInfoUrl ↔ String?
-
A URL provided by this administrative body for looking up general election
information.
getter/setter pair
- electionNoticeText ↔ String?
-
A last minute or emergency notification text provided by this
administrative body.
getter/setter pair
- electionNoticeUrl ↔ String?
-
A URL provided by this administrative body for additional information
related to the last minute or emergency notification.
getter/setter pair
-
electionOfficials
↔ List<
ElectionOfficial> ? -
The election officials for this election administrative body.
getter/setter pair
- electionRegistrationConfirmationUrl ↔ String?
-
A URL provided by this administrative body for confirming that the voter
is registered to vote.
getter/setter pair
- electionRegistrationUrl ↔ String?
-
A URL provided by this administrative body for looking up how to register
to vote.
getter/setter pair
- electionRulesUrl ↔ String?
-
A URL provided by this administrative body describing election rules to
the voter.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hoursOfOperation ↔ String?
-
A description of the hours of operation for this administrative body.
getter/setter pair
- name ↔ String?
-
The name of this election administrative body.
getter/setter pair
- physicalAddress ↔ SimpleAddressType?
-
The physical address of this administrative body.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
voterServices
↔ List<
String> ? -
A description of the services this administrative body may provide.
getter/setter pair
- votingLocationFinderUrl ↔ String?
-
A URL provided by this administrative body for looking up where to vote.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited