Precinct constructor
Precinct({
- String? administrationRegionId,
- List<
String> ? contestId, - String? datasetId,
- List<
String> ? earlyVoteSiteId, - List<
String> ? electoralDistrictId, - String? id,
- bool? mailOnly,
- String? name,
- String? number,
- List<
String> ? ocdId, - List<
String> ? pollingLocationId, - List<
String> ? spatialBoundaryId, - String? splitName,
- String? ward,
Implementation
Precinct({
this.administrationRegionId,
this.contestId,
this.datasetId,
this.earlyVoteSiteId,
this.electoralDistrictId,
this.id,
this.mailOnly,
this.name,
this.number,
this.ocdId,
this.pollingLocationId,
this.spatialBoundaryId,
this.splitName,
this.ward,
});