menu
country_code_picker_mp package
documentation
country_code.dart
CountryCode
CountryCode constructor
CountryCode constructor
dark_mode
light_mode
CountryCode
constructor
CountryCode
(
{
String
?
name
,
String
?
flagUri
,
String
?
code
,
String
?
dialCode
,
})
Implementation
CountryCode({ this.name, this.flagUri, this.code, this.dialCode, });
country_code_picker_mp package
documentation
country_code
CountryCode
CountryCode constructor
CountryCode class