currency_pickers package
documentation
country
Country
Country constructor
Country
currency_pickers package
documentation
country
Country
Country constructor
Country class
Constructors
Country
fromMap
Properties
currencyCode
currencyName
hashCode
iso3Code
isoCode
name
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Country
constructor
Country
(
{
String
isoCode
,
String
iso3Code
,
String
currencyCode
,
String
currencyName
,
String
name
}
)
Implementation
Country({this.isoCode, this.iso3Code, this.currencyCode, this.currencyName, this.name});