singaporeStates top-level constant

Map<int, Region> const singaporeStates

The 5 states of Singapore keyed by their id.

Implementation

const Map<int, Region> singaporeStates = <int, Region>{
    4651: singaporeCentralSingaporeDistrict,
    4649: singaporeNorthEastDistrict,
    4653: singaporeNorthWestDistrict,
    4650: singaporeSouthEastDistrict,
    4652: singaporeSouthWestDistrict
  };