WebhookClientConfig constructor

const WebhookClientConfig({
  1. String? caBundle,
  2. ServiceReference? service,
  3. String? url,
})

The main constructor.

Implementation

const WebhookClientConfig({
  this.caBundle,
  this.service,
  this.url,
});