menu
appwrite package
documentation
models.dart
CountryList
CountryList constructor
CountryList constructor
dark_mode
light_mode
CountryList
constructor
CountryList
(
{
required
int
total
,
required
List
<
Country
>
countries
,
})
Implementation
CountryList({ required this.total, required this.countries, });
appwrite package
documentation
models
CountryList
CountryList constructor
CountryList class