gambiaTheStates top-level constant

Map<int, Region> const gambiaTheStates

The 6 states of Gambia The keyed by their id.

Implementation

const Map<int, Region> gambiaTheStates = <int, Region>{
    2666: gambiaTheBanjul,
    2669: gambiaTheCentralRiverDivision,
    2670: gambiaTheLowerRiverDivision,
    2671: gambiaTheNorthBankDivision,
    2668: gambiaTheUpperRiverDivision,
    2667: gambiaTheWestCoastDivision
  };