costaRicaStates top-level constant

Map<int, Region> const costaRicaStates

The 7 states of Costa Rica keyed by their id.

Implementation

const Map<int, Region> costaRicaStates = <int, Region>{
    1215: costaRicaAlajuelaProvince,
    1209: costaRicaGuanacasteProvince,
    1212: costaRicaHerediaProvince,
    1213: costaRicaLimonProvince,
    1211: costaRicaProvinciaDeCartago,
    1210: costaRicaPuntarenasProvince,
    1214: costaRicaSanJoseProvince
  };