irelandStates top-level constant

Map<int, Region> const irelandStates

The 29 states of Ireland keyed by their id.

Implementation

const Map<int, Region> irelandStates = <int, Region>{
    1095: irelandCarlowCounty,
    1088: irelandCavanCounty,
    1091: irelandClareCounty,
    1087: irelandConnachtProvince,
    1074: irelandCorkCounty,
    1071: irelandDonegalCounty,
    1072: irelandDublinCounty,
    1079: irelandGalwayCounty,
    1077: irelandKerryCounty,
    1082: irelandKildareCounty,
    1090: irelandKilkennyCounty,
    1096: irelandLaoisCounty,
    1073: irelandLeinsterProvince,
    1094: irelandLimerickCounty,
    1076: irelandLongfordCounty,
    1083: irelandLouthCounty,
    1084: irelandMayoCounty,
    1092: irelandMeathCounty,
    1075: irelandMonaghanCounty,
    1080: irelandMunsterProvince,
    1078: irelandOffalyCounty,
    1081: irelandRoscommonCounty,
    1070: irelandSligoCounty,
    1069: irelandTipperaryCounty,
    1086: irelandUlsterProvince,
    1089: irelandWaterfordCounty,
    1097: irelandWestmeathCounty,
    1093: irelandWexfordCounty,
    1085: irelandWicklowCounty
  };