northKoreaStates top-level constant

Map<int, Region> const northKoreaStates

The 11 states of North Korea keyed by their id.

Implementation

const Map<int, Region> northKoreaStates = <int, Region>{
    3998: northKoreaChagangProvince,
    3999: northKoreaKangwonProvince,
    3995: northKoreaNorthHamgyongProvince,
    4004: northKoreaNorthHwanghaeProvince,
    4002: northKoreaNorthPyonganProvince,
    4005: northKoreaPyongyang,
    4001: northKoreaRason,
    3996: northKoreaRyanggangProvince,
    4000: northKoreaSouthHamgyongProvince,
    4003: northKoreaSouthHwanghaeProvince,
    3997: northKoreaSouthPyonganProvince
  };