menu
dart_appwrite package
documentation
models.dart
IndexList
IndexList constructor
IndexList constructor
dark_mode
light_mode
IndexList
constructor
IndexList
(
{
required
int
total
,
required
List
<
Index
>
indexes
,
})
Implementation
IndexList({ required this.total, required this.indexes, });
dart_appwrite package
documentation
models
IndexList
IndexList constructor
IndexList class