chile top-level constant
Country
const chile
The country of Chile, and its 16 states
Implementation
const Country chile = Country(
id: 44,
name: "Chile",
longitude: -71.0,
latitude: -30.0,
capital: "Santiago",
currency: "CLP",
currencySymbol: "\$",
currencyName: "Chilean peso",
emoji: "🇨🇱",
emojiU: "U+1F1E8 U+1F1F1",
iso2: "CL",
iso3: "CHL",
native: "Chile",
numericCode: "152",
nationality: "Chilean",
phoneCode: "56",
region: "Americas",
subregion: "South America",
tld: ".cl",
states: [
chileAisenDelGeneralCarlosIbanezDelCampo,
chileAntofagasta,
chileAricaYParinacota,
chileAtacama,
chileBiobio,
chileCoquimbo,
chileLaAraucania,
chileLibertadorGeneralBernardoOhiggins,
chileLosLagos,
chileLosRios,
chileMagallanesYDeLaAntarticaChilena,
chileMaule,
chileNuble,
chileRegionMetropolitanaDeSantiago,
chileTarapaca,
chileValparaiso
],
timezones: [
Timezone(
abbreviation: "CLST",
gmtOffset: -10800,
gmtOffsetName: "UTC-03:00",
tzName: "Chile Summer Time",
zoneName: "America/Punta_Arenas"),
Timezone(
abbreviation: "CLST",
gmtOffset: -10800,
gmtOffsetName: "UTC-03:00",
tzName: "Chile Summer Time",
zoneName: "America/Santiago"),
Timezone(
abbreviation: "EASST",
gmtOffset: -18000,
gmtOffsetName: "UTC-05:00",
tzName: "Easter Island Summer Time",
zoneName: "Pacific/Easter")
],
translations: {
"kr": "칠리",
"pt-BR": "Chile",
"pt": "Chile",
"nl": "Chili",
"hr": "Čile",
"fa": "شیلی",
"de": "Chile",
"es": "Chile",
"fr": "Chili",
"ja": "チリ",
"it": "Cile",
"cn": "智利",
"tr": "Şili"
});