WebhookHandleResult constructor
const
WebhookHandleResult({})
Implementation
const WebhookHandleResult({
this.received = true,
required this.event,
required this.deliveryId,
this.verified,
this.handled = false,
this.triggerId,
});