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