DeletedWebhookEndpoint constructor

const DeletedWebhookEndpoint({
  1. required String id,
})

NotificationWebhookEndpointDeleted

Implementation

const DeletedWebhookEndpoint({required this.id});