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