marshallIslands top-level constant

Country const marshallIslands

The country of Marshall Islands, and its 2 states

Implementation

const Country marshallIslands = Country(
  id: 137,
  name: "Marshall Islands",
  longitude: 168.0,
  latitude: 9.0,
  capital: "Majuro",
  currency: "USD",
  currencySymbol: "\$",
  currencyName: "United States dollar",
  emoji: "🇲🇭",
  emojiU: "U+1F1F2 U+1F1ED",
  iso2: "MH",
  iso3: "MHL",
  native: "M̧ajeļ",
  numericCode: "584",
  nationality: "Marshallese",
  phoneCode: "692",
  region: "Oceania",
  subregion: "Micronesia",
  tld: ".mh",
  states: [
    marshallIslandsRalikChain,
    marshallIslandsRatakChain
  ],
  timezones: [
    Timezone(
      abbreviation: "MHT",
      gmtOffset: 43200,
      gmtOffsetName: "UTC+12:00",
      tzName: "Marshall Islands Time",
      zoneName: "Pacific/Kwajalein"),
    Timezone(
      abbreviation: "MHT",
      gmtOffset: 43200,
      gmtOffsetName: "UTC+12:00",
      tzName: "Marshall Islands Time",
      zoneName: "Pacific/Majuro")
  ],
  translations: {
    "kr": "마셜 제도",
    "pt-BR": "Ilhas Marshall",
    "pt": "Ilhas Marshall",
    "nl": "Marshalleilanden",
    "hr": "Maršalovi Otoci",
    "fa": "جزایر مارشال",
    "de": "Marshallinseln",
    "es": "Islas Marshall",
    "fr": "Îles Marshall",
    "ja": "マーシャル諸島",
    "it": "Isole Marshall",
    "cn": "马绍尔群岛",
    "tr": "Marşal Adalari"
  });