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