Country class
Country informations
Constructors
Properties
- currency ↔ String
-
the currency code (XOF, ...)
getter/setter pair
- flag ↔ String
-
the flag of the country
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- iso2 ↔ String
-
the country code ISO2 (CI, ...)
getter/setter pair
- iso3 ↔ String
-
the country code ISO3 (CIV, ...)
getter/setter pair
- name ↔ String
-
the name of the country
getter/setter pair
- prefix ↔ String
-
the prefix code (+225, ...)
getter/setter pair
- 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