samoa top-level constant

Country const samoa

The country of Samoa, and its 11 states

Implementation

const Country samoa = Country(
  id: 191,
  name: "Samoa",
  longitude: -172.33333333,
  latitude: -13.58333333,
  capital: "Apia",
  currency: "WST",
  currencySymbol: "SAT",
  currencyName: "Samoan tālā",
  emoji: "🇼🇸",
  emojiU: "U+1F1FC U+1F1F8",
  iso2: "WS",
  iso3: "WSM",
  native: "Samoa",
  numericCode: "882",
  nationality: "Samoan",
  phoneCode: "685",
  region: "Oceania",
  subregion: "Polynesia",
  tld: ".ws",
  states: [
    samoaAana,
    samoaAigaHypiHypleHyptai,
    samoaAtua,
    samoaFaasaleleaga,
    samoaGagaemauga,
    samoaGagaifomauga,
    samoaPalauli,
    samoaSatupaitea,
    samoaTuamasaga,
    samoaVaaHypoHypfonoti,
    samoaVaisigano
  ],
  timezones: [
    Timezone(
      abbreviation: "WST",
      gmtOffset: 50400,
      gmtOffsetName: "UTC+14:00",
      tzName: "West Samoa Time",
      zoneName: "Pacific/Apia")
  ],
  translations: {
    "kr": "사모아",
    "pt-BR": "Samoa",
    "pt": "Samoa",
    "nl": "Samoa",
    "hr": "Samoa",
    "fa": "ساموآ",
    "de": "Samoa",
    "es": "Samoa",
    "fr": "Samoa",
    "ja": "サモア",
    "it": "Samoa",
    "cn": "萨摩亚",
    "tr": "Samoa"
  });