CountryInfo class

A country info.

Constructors

CountryInfo(String code, String name, int dialCode)

Properties

code String
The code of the country in upper-case.
final
dialCode int
The dial code of the country.
final
hashCode int
The hash code for this object.
no setteroverride
name String
The 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