menu
country_calling_code_picker package
documentation
country.dart
Country
Country const constructor
Country const constructor
dark_mode
light_mode
Country
constructor
const
Country
(
String
name
,
String
flag
,
String
countryCode
,
String
callingCode
,
)
Implementation
const Country(this.name, this.flag, this.countryCode, this.callingCode);
country_calling_code_picker package
documentation
country
Country
Country const constructor
Country class