menu
instafido package
documentation
core/model.dart
CountryModel
CountryModel constructor
CountryModel constructor
dark_mode
light_mode
CountryModel
constructor
CountryModel
(
{
required
String
id
,
required
String
name
,
})
Implementation
CountryModel({ required this.id, required this.name, });
instafido package
documentation
core/model
CountryModel
CountryModel constructor
CountryModel class