menu
dart_appwrite package
documentation
models.dart
AppsList
AppsList.new constructor
AppsList.new constructor
dark_mode
light_mode
AppsList
constructor
AppsList
(
{
required
int
total
,
required
List
<
App
>
apps
,
})
Implementation
AppsList({ required this.total, required this.apps, });
dart_appwrite package
documentation
models
AppsList
AppsList.new constructor
AppsList class