Country class

Constructors

Country({required String iso_3166_1_alpha2, required String iso_3166_1_alpha3, required String dialing_code, required int default_number_length, required String default_number_format, required String local_number_sample, required Name name, String flagUri = ""})

Properties

default_number_format String
final
default_number_length int
final
dialing_code String
final
flagUri String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iso_3166_1_alpha2 String
final
iso_3166_1_alpha3 String
final
local_number_sample String
final
name Name
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