BitbucketServerRepositoryId constructor

BitbucketServerRepositoryId({
  1. String? projectKey,
  2. String? repoSlug,
  3. int? webhookId,
})

Implementation

BitbucketServerRepositoryId({this.projectKey, this.repoSlug, this.webhookId});