menu
appwrite package
documentation
models.dart
CountryList
CountryList.new constructor
CountryList.new 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.new constructor
CountryList class