Country enum

Document country.

Inheritance
Available extensions

Values

none → const Country
albania → const Country
algeria → const Country
argentina → const Country
australia → const Country
austria → const Country
azerbaijan → const Country
bahrain → const Country
bangladesh → const Country
belgium → const Country
bosniaAndHerzegovina → const Country
brunei → const Country
bulgaria → const Country
bambodia → const Country
canada → const Country
chile → const Country
colombia → const Country
costaRica → const Country
croatia → const Country
cyprus → const Country
czechia → const Country
denmark → const Country
dominicanRepublic → const Country
egypt → const Country
estonia → const Country
finland → const Country
france → const Country
georgia → const Country
germany → const Country
ghana → const Country
greece → const Country
guatemala → const Country
hongKong → const Country
hungary → const Country
india → const Country
indonesia → const Country
ireland → const Country
israel → const Country
italy → const Country
jordan → const Country
kazakhstan → const Country
kenya → const Country
kosovo → const Country
kuwait → const Country
latvia → const Country
lithuania → const Country
malaysia → const Country
maldives → const Country
malta → const Country
mauritius → const Country
mexico → const Country
morocco → const Country
netherlands → const Country
newZealand → const Country
nigeria → const Country
pakistan → const Country
panama → const Country
paraguay → const Country
philippines → const Country
poland → const Country
portugal → const Country
puertoRico → const Country
qatar → const Country
romania → const Country
russia → const Country
saudiArabia → const Country
serbia → const Country
singapore → const Country
slovakia → const Country
slovenia → const Country
southAfrica → const Country
spain → const Country
sweden → const Country
switzerland → const Country
taiwan → const Country
thailand → const Country
tunisia → const Country
turkey → const Country
uae → const Country
gganda → const Country
uK → const Country
ukraine → const Country
usa → const Country
vietnam → const Country
brazil → const Country
norway → const Country
oman → const Country
ecuador → const Country
elSalvador → const Country
sriLanka → const Country
peru → const Country
uruguay → const Country
bahamas → const Country
bermuda → const Country
bolivia → const Country
china → const Country
europeanUnion → const Country
haiti → const Country
honduras → const Country
iceland → const Country
japan → const Country
luxembourg → const Country
montenegro → const Country
nicaragua → const Country
southKorea → const Country
venezuela → const Country
afghanistan → const Country
alandIslands → const Country
americanSamoa → const Country
andorra → const Country
angola → const Country
anguilla → const Country
antarctica → const Country
antiguaAndBarbuda → const Country
armenia → const Country
aruba → const Country
bailiwickOfGuernsey → const Country
bailiwickOfJersey → const Country
barbados → const Country
belarus → const Country
belize → const Country
benin → const Country
bhutan → const Country
bonaireSaintEustatiusAndSaba → const Country
botswana → const Country
bouvetIsland → const Country
britishIndianOceanTerritory → const Country
burkinaFaso → const Country
burundi → const Country
cameroon → const Country
capeVerde → const Country
caribbeanNetherlands → const Country
caymanIslands → const Country
centralAfricanRepublic → const Country
chad → const Country
christmasIsland → const Country
cocosIslands → const Country
comoros → const Country
congo → const Country
cookIslands → const Country
cuba → const Country
curacao → const Country
democraticRepublicOfTheCongo → const Country
djibouti → const Country
dominica → const Country
eastTimor → const Country
equatorialGuinea → const Country
eritrea → const Country
ethiopia → const Country
falklandIslands → const Country
faroeIslands → const Country
federatedStatesOfMicronesia → const Country
fiji → const Country
frenchGuiana → const Country
frenchPolynesia → const Country
frenchSouthernTerritories → const Country
gabon → const Country
gambia → const Country
gibraltar → const Country
greenland → const Country
grenada → const Country
guadeloupe → const Country
guam → const Country
guinea → const Country
guineaBissau → const Country
guyana → const Country
heardIslandAndMcdonaldIslands → const Country
iran → const Country
iraq → const Country
isleOfMan → const Country
ivoryCoast → const Country
jamaica → const Country
kiribati → const Country
kyrgyzstan → const Country
laos → const Country
lebanon → const Country
lesotho → const Country
liberia → const Country
libya → const Country
liechtenstein → const Country
macau → const Country
madagascar → const Country
malawi → const Country
mali → const Country
marshallIslands → const Country
martinique → const Country
mauritania → const Country
mayotte → const Country
moldova → const Country
monaco → const Country
mongolia → const Country
montserrat → const Country
mozambique → const Country
myanmar → const Country
namibia → const Country
nauru → const Country
nepal → const Country
newCaledonia → const Country
niger → const Country
niue → const Country
norfolkIsland → const Country
northernCyprus → const Country
northernMarianaIslands → const Country
northKorea → const Country
northMacedonia → const Country
palau → const Country
palestine → const Country
papuaNewGuinea → const Country
pitcairn → const Country
reunion → const Country
rwanda → const Country
saintBarthelemy → const Country
saintHelenaAscensionAndTristianDaCunha → const Country
saintKittsAndNevis → const Country
saintLucia → const Country
saintMartin → const Country
saintPierreAndMiquelon → const Country
saintVincentAndTheGrenadines → const Country
samoa → const Country
sanMarino → const Country
saoTomeAndPrincipe → const Country
senegal → const Country
seychelles → const Country
sierraLeone → const Country
sintMaarten → const Country
solomonIslands → const Country
somalia → const Country
southGeorgiaAndTheSouthSandwichIslands → const Country
southSudan → const Country
sudan → const Country
suriname → const Country
svalbardAndJanMayen → const Country
eswatini → const Country
syria → const Country
tajikistan → const Country
tanzania → const Country
togo → const Country
tokelau → const Country
tonga → const Country
trinidadAndTobago → const Country
turkmenistan → const Country
turksAndCaicosIslands → const Country
tuvalu → const Country
unitedStatesMinorOutlyingIslands → const Country
uzbekistan → const Country
vanuatu → const Country
vaticanCity → const Country
virginIslandsBritish → const Country
virginIslandsUs → const Country
wallisAndFutuna → const Country
westernSahara → const Country
yemen → const Country
yugoslavia → const Country
zambia → const Country
zimbabwe → const Country
schengenArea → const Country

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<Country>
A constant List of the values in this enum, in order of their declaration.