levels property

List<String>? levels
getter/setter pair

The levels of government of which this office is part.

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>? levels;