menu
dart_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, });
dart_appwrite package
documentation
models
CountryList
CountryList constructor
CountryList class
Constructors
CountryList
fromMap
Properties
countries
hashCode
runtimeType
total
Methods
noSuchMethod
toMap
toString
Operators
operator ==