WebhookEventRelationships constructor

WebhookEventRelationships({
  1. required WebhookEventRelationshipsAccount account,
})

Returns a new WebhookEventRelationships instance.

Implementation

WebhookEventRelationships({
  required this.account,
});