Precinct constructor

Precinct({
  1. String? administrationRegionId,
  2. List<String>? contestId,
  3. String? datasetId,
  4. List<String>? earlyVoteSiteId,
  5. List<String>? electoralDistrictId,
  6. String? id,
  7. bool? mailOnly,
  8. String? name,
  9. String? number,
  10. List<String>? ocdId,
  11. List<String>? pollingLocationId,
  12. List<String>? spatialBoundaryId,
  13. String? splitName,
  14. 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,
});