HookConfig constructor

HookConfig({
  1. String? url,
  2. String? contentType,
  3. String? secret,
  4. String? insecureSsl,
})

Implementation

HookConfig({this.url, this.contentType, this.secret, this.insecureSsl});