scope property

String? scope
getter/setter pair

The geographic scope of this district.

If unspecified the district's geography is not known. One of: national, statewide, congressional, stateUpper, stateLower, countywide, judicial, schoolBoard, cityWide, township, countyCouncil, cityCouncil, ward, special Possible string values are:

  • "statewide"
  • "congressional"
  • "stateUpper"
  • "stateLower"
  • "countywide"
  • "judicial"
  • "schoolBoard"
  • "citywide"
  • "special"
  • "countyCouncil"
  • "township"
  • "ward"
  • "cityCouncil"
  • "national"

Implementation

core.String? scope;