PollingLocation class

A location where a voter can vote.

This may be an early vote site, an election day voting location, or a drop off location for a completed ballot.

Constructors

PollingLocation({SimpleAddressType? address, String? endDate, double? latitude, double? longitude, String? name, String? notes, String? pollingHours, List<Source>? sources, String? startDate, String? voterServices})
PollingLocation.fromJson(Map json_)

Properties

address SimpleAddressType?
The address of the location.
getter/setter pair
endDate String?
The last date that this early vote site or drop off location may be used.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
latitude double?
Latitude of the location, in degrees north of the equator.
getter/setter pair
longitude double?
Longitude of the location, in degrees east of the Prime Meridian.
getter/setter pair
name String?
The name of the early vote site or drop off location.
getter/setter pair
notes String?
Notes about this location (e.g. accessibility ramp or entrance to use).
getter/setter pair
pollingHours String?
A description of when this location is open.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sources List<Source>?
A list of sources for this location.
getter/setter pair
startDate String?
The first date that this early vote site or drop off location may be used.
getter/setter pair
voterServices String?
The services provided by this early vote site or drop off location.
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