CivicinfoSchemaV2ElectoralDistrict constructor

CivicinfoSchemaV2ElectoralDistrict({
  1. String? id,
  2. String? name,
  3. String? scope,
})

Implementation

CivicinfoSchemaV2ElectoralDistrict({this.id, this.name, this.scope});