frenchGuiana top-level constant

Country const frenchGuiana

The country of French Guiana, and its 0 states

Implementation

const Country frenchGuiana = Country(
  id: 76,
  name: "French Guiana",
  longitude: -53.0,
  latitude: 4.0,
  capital: "Cayenne",
  currency: "EUR",
  currencySymbol: "€",
  currencyName: "Euro",
  emoji: "🇬🇫",
  emojiU: "U+1F1EC U+1F1EB",
  iso2: "GF",
  iso3: "GUF",
  native: "Guyane française",
  numericCode: "254",
  nationality: "French Guianese",
  phoneCode: "594",
  region: "Americas",
  subregion: "South America",
  tld: ".gf",
  states: [],
  timezones: [
    Timezone(
      abbreviation: "GFT",
      gmtOffset: -10800,
      gmtOffsetName: "UTC-03:00",
      tzName: "French Guiana Time",
      zoneName: "America/Cayenne")
  ],
  translations: {
    "kr": "프랑스령 기아나",
    "pt-BR": "Guiana Francesa",
    "pt": "Guiana Francesa",
    "nl": "Frans-Guyana",
    "hr": "Francuska Gvajana",
    "fa": "گویان فرانسه",
    "de": "Französisch Guyana",
    "es": "Guayana Francesa",
    "fr": "Guayane",
    "ja": "フランス領ギアナ",
    "it": "Guyana francese",
    "cn": "法属圭亚那",
    "tr": "Fransiz Guyanasi"
  });