menu
world_picker package
documentation
model/country_model.dart
Continent
Continent.new constructor
Continent.new constructor
dark_mode
light_mode
Continent
constructor
Continent
(
{
required
String
code
,
required
String
name
,
})
Implementation
Continent({ required this.code, required this.name, });
world_picker package
documentation
model/country_model
Continent
Continent.new constructor
Continent class