icelandStates top-level constant

Map<int, Region> const icelandStates

The 8 states of Iceland keyed by their id.

Implementation

const Map<int, Region> icelandStates = <int, Region>{
    3431: icelandCapitalRegion,
    3433: icelandEasternRegion,
    3437: icelandNortheasternRegion,
    3435: icelandNorthwesternRegion,
    3430: icelandSouthernPeninsulaRegion,
    3434: icelandSouthernRegion,
    3436: icelandWesternRegion,
    3432: icelandWestfjords
  };