menu
intl_phone_number_field package
documentation
models/country_code_model.dart
CountryCodeModel
CountryCodeModel constructor
CountryCodeModel constructor
dark_mode
light_mode
CountryCodeModel
constructor
CountryCodeModel
(
{
required
String
name
,
required
String
dial_code
,
required
String
code
,
})
Implementation
CountryCodeModel( {required this.name, required this.dial_code, required this.code});
intl_phone_number_field package
documentation
models/country_code_model
CountryCodeModel
CountryCodeModel constructor
CountryCodeModel class