menu
appwrite package
documentation
models.dart
DocumentList
DocumentList.new constructor
DocumentList.new constructor
dark_mode
light_mode
DocumentList
constructor
DocumentList
(
{
required
int
total
,
required
List
<
Document
>
documents
,
})
Implementation
DocumentList({required this.total, required this.documents});
appwrite package
documentation
models
DocumentList
DocumentList.new constructor
DocumentList class