UCountry class

Constructors

UCountry({required String code, required String nameEn, required String nameFa, required String dialCode, required String flag, required String capitalEn, required String capitalFa, required String continentEn, required String continentFa, required String primaryReligionEn, required String primaryReligionFa, required String currency, required String primaryLanguageEn, required String primaryLanguageFa, required List<UProvince> provinces})
const

Properties

capitalEn String
final
capitalFa String
final
code String
final
continentEn String
final
continentFa String
final
currency String
final
dialCode String
final
flag String
final
hashCode int
The hash code for this object.
no setterinherited
nameEn String
final
nameFa String
final
primaryLanguageEn String
final
primaryLanguageFa String
final
primaryReligionEn String
final
primaryReligionFa String
final
provinces List<UProvince>
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.
inherited

Operators

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