southKoreaStates top-level constant

Map<int, Region> const southKoreaStates

The 17 states of South Korea keyed by their id.

Implementation

const Map<int, Region> southKoreaStates = <int, Region>{
    3860: southKoreaBusan,
    3846: southKoreaDaegu,
    3850: southKoreaDaejeon,
    3862: southKoreaGangwonProvince,
    3858: southKoreaGwangju,
    3847: southKoreaGyeonggiProvince,
    3848: southKoreaIncheon,
    3853: southKoreaJeju,
    3854: southKoreaNorthChungcheongProvince,
    3855: southKoreaNorthGyeongsangProvince,
    3851: southKoreaNorthJeollaProvince,
    3861: southKoreaSejongCity,
    3849: southKoreaSeoul,
    3859: southKoreaSouthChungcheongProvince,
    3857: southKoreaSouthGyeongsangProvince,
    3856: southKoreaSouthJeollaProvince,
    3852: southKoreaUlsan
  };