Country class

Country regroup informations for displaying a list of countries

Constructors

Country(IsoCode isoCode, String name)

Properties

countryCode String
country dialing code to call them internationally
final
displayCountryCode String
returns "+ countryCode"
no setter
hashCode int
The hash code for this object.
no setteroverride
isoCode IsoCode
Country alpha-2 iso code
final
name String
localized name of the country
final
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.
override

Operators

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