Country enum

Country enums that can be used whenever a location needs to be set.

Inheritance

Constructors

Country()
const

Values

Any → const Country
Afghanistan → const Country
Albania → const Country
Algeria → const Country
American_Samoa → const Country
Andorra → const Country
Angola → const Country
Anguilla → const Country
Antarctica → const Country
Antigua_and_Barbuda → const Country
Argentina → const Country
Armenia → const Country
Aruba → const Country
Australia → const Country
Austria → const Country
Azerbaijan → const Country
Bahamas → const Country
Bahrain → const Country
Bangladesh → const Country
Barbados → const Country
Belarus → const Country
Belgium → const Country
Belize → const Country
Benin → const Country
Bermuda → const Country
Bhutan → const Country
Bolivia → const Country
Bosnia_and_Herzegovina → const Country
Botswana → const Country
Brazil → const Country
British_Indian_Ocean_Territory → const Country
British_Virgin_Islands → const Country
Brunei → const Country
Bulgaria → const Country
Burkina_Faso → const Country
Burundi → const Country
Cambodia → const Country
Cameroon → const Country
Canada → const Country
Cape_Verde → const Country
Cayman_Islands → const Country
Central_African_Republic → const Country
Chad → const Country
Chile → const Country
China → const Country
Christmas_Island → const Country
Cocos_Islands → const Country
Colombia → const Country
Comoros → const Country
Cook_Islands → const Country
Costa_Rica → const Country
Croatia → const Country
Cuba → const Country
Curacao → const Country
Cyprus → const Country
Czech_Republic → const Country
Democratic_Republic_of_the_Congo → const Country
Denmark → const Country
Djibouti → const Country
Dominica → const Country
Dominican_Republic → const Country
East_Timor → const Country
Ecuador → const Country
Egypt → const Country
El_Salvador → const Country
Equatorial_Guinea → const Country
Eritrea → const Country
Estonia → const Country
Ethiopia → const Country
Falkland_Islands → const Country
Faroe_Islands → const Country
Fiji → const Country
Finland → const Country
France → const Country
French_Polynesia → const Country
Gabon → const Country
Gambia → const Country
Georgia → const Country
Germany → const Country
Ghana → const Country
Gibraltar → const Country
Greece → const Country
Greenland → const Country
Grenada → const Country
Guam → const Country
Guatemala → const Country
Guernsey → const Country
Guinea → const Country
Guinea_Bissau → const Country
Guyana → const Country
Haiti → const Country
Honduras → const Country
Hong_Kong → const Country
Hungary → const Country
Iceland → const Country
India → const Country
Indonesia → const Country
Iran → const Country
Iraq → const Country
Ireland → const Country
Isle_of_Man → const Country
Israel → const Country
Italy → const Country
Ivory_Coast → const Country
Jamaica → const Country
Japan → const Country
Jersey → const Country
Jordan → const Country
Kazakhstan → const Country
Kenya → const Country
Kiribati → const Country
Kosovo → const Country
Kuwait → const Country
Kyrgyzstan → const Country
Laos → const Country
Latvia → const Country
Lebanon → const Country
Lesotho → const Country
Liberia → const Country
Libya → const Country
Liechtenstein → const Country
Lithuania → const Country
Luxembourg → const Country
Macau → const Country
Macedonia → const Country
Madagascar → const Country
Malawi → const Country
Malaysia → const Country
Maldives → const Country
Mali → const Country
Malta → const Country
Marshall_Islands → const Country
Mauritania → const Country
Mauritius → const Country
Mayotte → const Country
Mexico → const Country
Micronesia → const Country
Moldova → const Country
Monaco → const Country
Mongolia → const Country
Montenegro → const Country
Montserrat → const Country
Morocco → const Country
Mozambique → const Country
Myanmar → const Country
Namibia → const Country
Nauru → const Country
Nepal → const Country
Netherlands → const Country
Netherlands_Antilles → const Country
New_Caledonia → const Country
New_Zealand → const Country
Nicaragua → const Country
Niger → const Country
Nigeria → const Country
Niue → const Country
North_Korea → const Country
Northern_Mariana_Islands → const Country
Norway → const Country
Oman → const Country
Pakistan → const Country
Palau → const Country
Palestine → const Country
Panama → const Country
Papua_New_Guinea → const Country
Paraguay → const Country
Peru → const Country
Philippines → const Country
Pitcairn → const Country
Poland → const Country
Portugal → const Country
Puerto_Rico → const Country
Qatar → const Country
Republic_of_the_Congo → const Country
Reunion → const Country
Romania → const Country
Russia → const Country
Rwanda → const Country
Saint_Barthelemy → const Country
Saint_Helena → const Country
Saint_Kitts_and_Nevis → const Country
Saint_Lucia → const Country
Saint_Martin → const Country
Saint_Pierre_and_Miquelon → const Country
Saint_Vincent_and_the_Grenadines → const Country
Samoa → const Country
San_Marino → const Country
Sao_Tome_and_Principe → const Country
Saudi_Arabia → const Country
Senegal → const Country
Serbia → const Country
Seychelles → const Country
Sierra_Leone → const Country
Singapore → const Country
Sint_Maarten → const Country
Slovakia → const Country
Slovenia → const Country
Solomon_Islands → const Country
Somalia → const Country
South_Africa → const Country
South_Korea → const Country
South_Sudan → const Country
Spain → const Country
Sri_Lanka → const Country
Sudan → const Country
Suriname → const Country
Svalbard_and_Jan_Mayen → const Country
Swaziland → const Country
Sweden → const Country
Switzerland → const Country
Syria → const Country
Taiwan → const Country
Tajikistan → const Country
Tanzania → const Country
Thailand → const Country
Togo → const Country
Tokelau → const Country
Tonga → const Country
Trinidad_and_Tobago → const Country
Tunisia → const Country
Turkey → const Country
Turkmenistan → const Country
Turks_and_Caicos_Islands → const Country
Tuvalu → const Country
US_Virgin_Islands → const Country
Uganda → const Country
Ukraine → const Country
United_Arab_Emirates → const Country
United_Kingdom → const Country
United_States → const Country
Uruguay → const Country
Uzbekistan → const Country
Vanuatu → const Country
Vatican → const Country
Venezuela → const Country
Vietnam → const Country
Wallis_and_Futuna → const Country
Western_Sahara → const Country
Yemen → const Country
Zambia → const Country
Zimbabwe → const Country

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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.