WebhookContext constructor

const WebhookContext({
  1. String? path,
  2. bool? verified,
  3. String? accountId,
  4. String? projectId,
  5. String? integrationId,
  6. String? destinationId,
})

Implementation

const WebhookContext({
  this.path,
  this.verified,
  this.accountId,
  this.projectId,
  this.integrationId,
  this.destinationId,
});