Election constructor

Election({
  1. String? electionDay,
  2. String? id,
  3. String? name,
  4. String? ocdDivisionId,
  5. String? shapeLookupBehavior,
})

Implementation

Election({
  this.electionDay,
  this.id,
  this.name,
  this.ocdDivisionId,
  this.shapeLookupBehavior,
});