menu
bynn_id_verification package
documentation
models/country_code.dart
CountryCode
CountryCode.new const constructor
CountryCode.new const constructor
dark_mode
light_mode
CountryCode
constructor
const
CountryCode
(
{
required
String
code
,
required
String
dialCode
,
required
String
name
,
})
Implementation
const CountryCode({ required this.code, required this.dialCode, required this.name, });
bynn_id_verification package
documentation
models/country_code
CountryCode
CountryCode.new const constructor
CountryCode class