singapore top-level constant
Country
const singapore
The country of Singapore
, and its 5 states
Implementation
const Country singapore = Country(
id: 199,
name: "Singapore",
longitude: 103.8,
latitude: 1.36666666,
capital: "Singapur",
currency: "SGD",
currencySymbol: "\$",
currencyName: "Singapore dollar",
emoji: "🇸🇬",
emojiU: "U+1F1F8 U+1F1EC",
iso2: "SG",
iso3: "SGP",
native: "Singapore",
numericCode: "702",
nationality: "Singaporean",
phoneCode: "65",
region: "Asia",
subregion: "South-Eastern Asia",
tld: ".sg",
states: [
singaporeCentralSingaporeDistrict,
singaporeNorthEastDistrict,
singaporeNorthWestDistrict,
singaporeSouthEastDistrict,
singaporeSouthWestDistrict
],
timezones: [
Timezone(
abbreviation: "SGT",
gmtOffset: 28800,
gmtOffsetName: "UTC+08:00",
tzName: "Singapore Time",
zoneName: "Asia/Singapore")
],
translations: {
"kr": "싱가포르",
"pt-BR": "Singapura",
"pt": "Singapura",
"nl": "Singapore",
"hr": "Singapur",
"fa": "سنگاپور",
"de": "Singapur",
"es": "Singapur",
"fr": "Singapour",
"ja": "シンガポール",
"it": "Singapore",
"cn": "新加坡",
"tr": "Singapur"
});