Country class

Constructors

Country({required String name, String? localizedName, String? a2, String? a3, String? num, String? itu, String? gec, String? ioc, String? fifa, String? ds, String? wmo, String? gaul, String? marc, String? dial, String? independent})
Country.withLocalization(Country country, String? localizedName)

Properties

a2 String?
final
a3 String?
final
dial String?
final
ds String?
final
fifa String?
final
gaul String?
final
gec String?
final
hashCode int
The hash code for this object.
no setterinherited
independent String?
final
ioc String?
final
itu String?
final
localizedName String?
final
marc String?
final
name String
final
num String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wmo String?
final

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