menu
woosignal package
documentation
models/response/continent.dart
Continents
Continents constructor
Continents constructor
dark_mode
light_mode
Continents
constructor
Continents
(
{
String
?
code
,
String
?
name
,
List
<
Country
>
?
countries
,
Links
?
links
,
})
Implementation
Continents({ this.code, this.name, this.countries, this.links, });
woosignal package
documentation
models/response/continent
Continents
Continents constructor
Continents class