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