vaticanCityStateholySee top-level constant

Country const vaticanCityStateholySee

The country of Vatican City State (Holy See), and its 0 states

Implementation

const Country vaticanCityStateholySee = Country(
  id: 238,
  name: "Vatican City State (Holy See)",
  longitude: 12.45,
  latitude: 41.9,
  capital: "Vatican City",
  currency: "EUR",
  currencySymbol: "€",
  currencyName: "Euro",
  emoji: "🇻🇦",
  emojiU: "U+1F1FB U+1F1E6",
  iso2: "VA",
  iso3: "VAT",
  native: "Vaticano",
  numericCode: "336",
  nationality: "Vatican",
  phoneCode: "379",
  region: "Europe",
  subregion: "Southern Europe",
  tld: ".va",
  states: [],
  timezones: [
    Timezone(
      abbreviation: "CET",
      gmtOffset: 3600,
      gmtOffsetName: "UTC+01:00",
      tzName: "Central European Time",
      zoneName: "Europe/Vatican")
  ],
  translations: {
    "kr": "바티칸 시국",
    "pt-BR": "Vaticano",
    "pt": "Vaticano",
    "nl": "Heilige Stoel",
    "hr": "Sveta Stolica",
    "fa": "سریر مقدس",
    "de": "Heiliger Stuhl",
    "es": "Santa Sede",
    "fr": "voir Saint",
    "ja": "聖座",
    "it": "Santa Sede",
    "cn": "梵蒂冈",
    "tr": "Vatikan"
  });