monacoStates top-level constant

Map<int, Region> const monacoStates

The 3 states of Monaco keyed by their id.

Implementation

const Map<int, Region> monacoStates = <int, Region>{
    4917: monacoLaColle,
    4918: monacoLaCondamine,
    4919: monacoMoneghetti
  };