southGeorgia top-level constant

Country const southGeorgia

The country of South Georgia, and its 0 states

Implementation

const Country southGeorgia = Country(
  id: 205,
  name: "South Georgia",
  longitude: -37.0,
  latitude: -54.5,
  capital: "Grytviken",
  currency: "GBP",
  currencySymbol: "£",
  currencyName: "British pound",
  emoji: "🇬🇸",
  emojiU: "U+1F1EC U+1F1F8",
  iso2: "GS",
  iso3: "SGS",
  native: "South Georgia",
  numericCode: "239",
  nationality: "South Georgia or South Sandwich Islands",
  phoneCode: "500",
  region: "Americas",
  subregion: "South America",
  tld: ".gs",
  states: [],
  timezones: [
    Timezone(
      abbreviation: "GST",
      gmtOffset: -7200,
      gmtOffsetName: "UTC-02:00",
      tzName: "South Georgia and the South Sandwich Islands Time",
      zoneName: "Atlantic/South_Georgia")
  ],
  translations: {
    "kr": "사우스조지아",
    "pt-BR": "Ilhas Geórgias do Sul e Sandwich do Sul",
    "pt": "Ilhas Geórgia do Sul e Sanduíche do Sul",
    "nl": "Zuid-Georgia en Zuidelijke Sandwicheilanden",
    "hr": "Južna Georgija i otočje Južni Sandwich",
    "fa": "جزایر جورجیای جنوبی و ساندویچ جنوبی",
    "de": "Südgeorgien und die Südlichen Sandwichinseln",
    "es": "Islas Georgias del Sur y Sandwich del Sur",
    "fr": "Géorgie du Sud-et-les Îles Sandwich du Sud",
    "ja": "サウスジョージア・サウスサンドウィッチ諸島",
    "it": "Georgia del Sud e Isole Sandwich Meridionali",
    "cn": "南乔治亚",
    "tr": "Güney Georgia"
  });