menu
world_code_picker package
documentation
country_code_picker.dart
Country
Country.new const constructor
Country.new const constructor
dark_mode
light_mode
Country
constructor
const
Country
(
{
required
String
name
,
required
String
isoCode
,
required
String
dialCode
,
})
Implementation
const Country({ required this.name, required this.isoCode, required this.dialCode, });
world_code_picker package
documentation
country_code_picker
Country
Country.new const constructor
Country class