officeIndices property

List<int>? officeIndices
getter/setter pair

List of indices in the offices array, one for each office elected from this division.

Will only be present if includeOffices was true (or absent) in the request.

Implementation

core.List<core.int>? officeIndices;