offices property

List<Office>? offices
getter/setter pair

Elected offices referenced by the divisions listed above.

Will only be present if includeOffices was true in the request.

Implementation

core.List<Office>? offices;