PollingLocation constructor

PollingLocation({
  1. SimpleAddressType? address,
  2. String? endDate,
  3. double? latitude,
  4. double? longitude,
  5. String? name,
  6. String? notes,
  7. String? pollingHours,
  8. List<Source>? sources,
  9. String? startDate,
  10. String? voterServices,
})

Implementation

PollingLocation({
  this.address,
  this.endDate,
  this.latitude,
  this.longitude,
  this.name,
  this.notes,
  this.pollingHours,
  this.sources,
  this.startDate,
  this.voterServices,
});