CountryAtg class
A class that represents the Antigua and Barbuda country.
- Inheritance
-
- Object
- Country
- WorldCountry
- CountryAtg
- Available extensions
Constructors
- CountryAtg()
-
Creates a instance of CountryAtg (Antigua and Barbuda country).
const
Properties
-
altSpellings
→ List<
String> -
The alternate spellings of the country name.
finalinherited
- areaMetric → double
-
The area of the country in square kilometers.
finalinherited
-
bordersCodes
→ List<
String> ? -
The codes of the countries that share borders with this country.
finalinherited
- capitalInfo → CapitalInfo?
-
The capital city information of the country.
finalinherited
- car → Car
-
The car information of the country.
finalinherited
- cioc → String?
-
The International Olympic Committee code of the country.
finalinherited
- code → String
-
The three-letter ISO 3166-1 Alpha-3 code of the country.
finalinherited
- codeNumeric → String
-
The three-digit ISO 3166-1 Numeric code of the country.
finalinherited
- codeOther → String
-
The two-letter ISO 3166-1 Alpha-2 code of the country.
no setterinherited
- codeShort → String
-
The two-letter ISO 3166-1 Alpha-2 code of the country.
finalinherited
- continent → Continent
-
The continent where the country is located.
finalinherited
-
currencies
→ List<
FiatCurrency> ? -
The currencies used in the country.
finalinherited
-
demonyms
→ List<
Demonyms> -
The demonym names for the people of the country.
finalinherited
- emoji → String
-
The emoji flag for the country.
finalinherited
- fifa → String?
-
The FIFA code of the country.
finalinherited
- gini → Gini?
-
The Gini coefficient of the country.
finalinherited
- hasCoatOfArms → bool
-
Whether the country has an official coat of arms.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- idd → Idd
-
The international direct dialing codes for the country.
finalinherited
- independent → bool
-
Whether the country is an independent state.
finalinherited
- internationalName → String
-
An String representing the international name of the object. This is
typically a English name of the ISO object.
no setterinherited
- landlocked → bool
-
Whether the country is landlocked.
finalinherited
-
languages
→ List<
NaturalLanguage> -
The official languages spoken in the country.
finalinherited
- latLng → LatLng
-
The geographic coordinates of the country.
finalinherited
- maps → Maps
-
The maps of the country.
finalinherited
- name → CountryName
-
The name of the country.
finalinherited
-
namesNative
→ List<
CountryName> -
The native names of the country.
finalinherited
- population → int
-
The population of the country.
finalinherited
- postalCode → PostalCode?
-
The postal code information of the country.
finalinherited
-
regionalBlocs
→ List<
RegionalBloc> ? -
The regional blocs of the country.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startOfWeek → Weekday
-
The first day of the week in the country.
finalinherited
- subregion → SubRegion?
-
The subregion where the country is located.
finalinherited
-
timezones
→ List<
String> -
The time zones of the country.
finalinherited
-
tld
→ List<
String> -
The top level domain names for the country.
finalinherited
-
translations
→ List<
TranslatedName> -
The translations of the country name.
finalinherited
- unMember → bool
-
Whether the country is a member of the United Nations.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
{JsonCodec codec = const JsonCodec()}) → String -
Returns a JSON-encoded string representation of the object.
inherited
-
toString(
{bool short = true}) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited