menu
phone_input package
documentation
phone_input_package.dart
Country
Country.new constructor
Country.new constructor
dark_mode
light_mode
Country
constructor
Country
(
IsoCode
isoCode
,
String
name
)
Implementation
Country(this.isoCode, this.name) : countryCode = metadataByIsoCode[isoCode]?.countryCode ?? '';
phone_input package
documentation
phone_input_package
Country
Country.new constructor
Country class