greenland top-level constant
Country
const greenland
The country of Greenland
, and its 0 states
Implementation
const Country greenland = Country(
id: 86,
name: "Greenland",
longitude: -40.0,
latitude: 72.0,
capital: "Nuuk",
currency: "DKK",
currencySymbol: "Kr.",
currencyName: "Danish krone",
emoji: "🇬🇱",
emojiU: "U+1F1EC U+1F1F1",
iso2: "GL",
iso3: "GRL",
native: "Kalaallit Nunaat",
numericCode: "304",
nationality: "Greenlandic",
phoneCode: "299",
region: "Americas",
subregion: "Northern America",
tld: ".gl",
states: [],
timezones: [
Timezone(
abbreviation: "GMT",
gmtOffset: 0,
gmtOffsetName: "UTC±00",
tzName: "Greenwich Mean Time",
zoneName: "America/Danmarkshavn"),
Timezone(
abbreviation: "WGT",
gmtOffset: -10800,
gmtOffsetName: "UTC-03:00",
tzName: "West Greenland Time",
zoneName: "America/Nuuk"),
Timezone(
abbreviation: "EGT",
gmtOffset: -3600,
gmtOffsetName: "UTC-01:00",
tzName: "Eastern Greenland Time",
zoneName: "America/Scoresbysund"),
Timezone(
abbreviation: "AST",
gmtOffset: -14400,
gmtOffsetName: "UTC-04:00",
tzName: "Atlantic Standard Time",
zoneName: "America/Thule")
],
translations: {
"kr": "그린란드",
"pt-BR": "Groelândia",
"pt": "Gronelândia",
"nl": "Groenland",
"hr": "Grenland",
"fa": "گرینلند",
"de": "Grönland",
"es": "Groenlandia",
"fr": "Groenland",
"ja": "グリーンランド",
"it": "Groenlandia",
"cn": "æ ¼é™µå…°å²›",
"tr": "Grönland"
});