WebhookEventMetadata constructor

const WebhookEventMetadata({
  1. WebhookEntityRef? user,
  2. WebhookSchemaInfo? schema,
  3. WebhookEntityRef? record,
  4. WebhookRecordIds? records,
  5. String? integrationId,
})

Implementation

const WebhookEventMetadata({
  this.user,
  this.schema,
  this.record,
  this.records,
  this.integrationId,
});