divisions property

Map<String, GeographicDivision>? divisions
getter/setter pair

A map of political geographic divisions that contain the requested address, keyed by the unique Open Civic Data identifier for this division.

Implementation

core.Map<core.String, GeographicDivision>? divisions;