MeshagentWebhooksPage constructor

MeshagentWebhooksPage({
  1. required List<Map<String, dynamic>> webhooks,
  2. required int total,
})

Implementation

MeshagentWebhooksPage({required this.webhooks, required this.total});