jersey top-level constant

Country const jersey

The country of Jersey, and its 0 states

Implementation

const Country jersey = Country(
  id: 110,
  name: "Jersey",
  longitude: -2.16666666,
  latitude: 49.25,
  capital: "Saint Helier",
  currency: "GBP",
  currencySymbol: "£",
  currencyName: "British pound",
  emoji: "🇯🇪",
  emojiU: "U+1F1EF U+1F1EA",
  iso2: "JE",
  iso3: "JEY",
  native: "Jersey",
  numericCode: "832",
  nationality: "Channel Island",
  phoneCode: "+44-1534",
  region: "Europe",
  subregion: "Northern Europe",
  tld: ".je",
  states: [],
  timezones: [
    Timezone(
      abbreviation: "GMT",
      gmtOffset: 0,
      gmtOffsetName: "UTC±00",
      tzName: "Greenwich Mean Time",
      zoneName: "Europe/Jersey")
  ],
  translations: {
    "kr": "저지 섬",
    "pt-BR": "Jersey",
    "pt": "Jersey",
    "nl": "Jersey",
    "hr": "Jersey",
    "fa": "جرزی",
    "de": "Jersey",
    "es": "Jersey",
    "fr": "Jersey",
    "ja": "ジャージー",
    "it": "Isola di Jersey",
    "cn": "泽西岛",
    "tr": "Jersey"
  });