ProcessGitLabWebhookRequest constructor

ProcessGitLabWebhookRequest({
  1. HttpBody? body,
})

Implementation

ProcessGitLabWebhookRequest({
  this.body,
});