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