level property

List<String>? level
getter/setter pair

The levels of government of the office for this contest.

There may be more than one in cases where a jurisdiction effectively acts at two different levels of government; for example, the mayor of the District of Columbia acts at "locality" level, but also effectively at both "administrative-area-2" and "administrative-area-1".

Implementation

core.List<core.String>? level;