GitHubWebhook constructor
const
GitHubWebhook({
- required GitHubWebhookSender sender,
- String? action,
- GitHubWebhookAnswer? answer,
- GitHubWebhookCheckRun? checkRun,
- GitHubWebhookCheckSuite? checkSuite,
- GitHubWebhookComment? comment,
- List<
GitHubWebhookCommits> ? commits, - String? compare,
- GitHubWebhookDiscussion? discussion,
- bool? forced,
- GitHubWebhookForkee? forkee,
- GitHubWebhookHeadCommit? headCommit,
- GitHubWebhookIssue? issue,
- GitHubWebhookMember? member,
- GitHubWebhookPullRequest? pullRequest,
- String? refType,
- String? ref,
- GitHubWebhookRelease? release,
- GitHubWebhookRepository? repository,
- GitHubWebhookReview? review,
Implementation
const GitHubWebhook({
required this.sender,
this.action,
this.answer,
this.checkRun,
this.checkSuite,
this.comment,
this.commits,
this.compare,
this.discussion,
this.forced,
this.forkee,
this.headCommit,
this.issue,
this.member,
this.pullRequest,
this.refType,
this.ref,
this.release,
this.repository,
this.review,
});