menu
chance_dart package
documentation
core/location/models/country.dart
Country
Country const constructor
Country const constructor
dark_mode
light_mode
Country
constructor
const
Country
(
{
String
?
name
,
String
?
dialCode
,
String
?
code
,
})
Implementation
const Country({ this.name, this.dialCode, this.code, });
chance_dart package
documentation
core/location/models/country
Country
Country const constructor
Country class