TheCountry class

Class having all the vitals about a Country

Constructors

TheCountry(_TheCountry _country)
Class having all the vitals about a Country
const

Properties

capital String
Returns the capital code of this TheCountry
no setter
currency String
Returns the currency code of this TheCountry
no setter
englishName String
Returns the h code of this TheCountry
no setter
hashCode int
The hash code for this object.
no setterinherited
iso2 String
Returns the iso2 code of this TheCountry
no setter
iso3 String
Returns the iso3 code of this TheCountry
no setter
localName String
Returns the localName code of this TheCountry
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.
override

Operators

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