WebhookProjection constructor
WebhookProjection({})
Returns a new WebhookProjection instance.
Implementation
WebhookProjection({
this.name,
required this.id,
required this.url,
this.inboxId,
this.eventName,
required this.createdAt,
required this.updatedAt,
this.phoneNumberId,
});