SandboxItemFireWebhookResponse constructor

SandboxItemFireWebhookResponse({
  1. bool? webhookFired,
  2. String? requestId,
})

Implementation

SandboxItemFireWebhookResponse({
  this.webhookFired,
  this.requestId,
});