GitHubWebhookPullRequest constructor
const
GitHubWebhookPullRequest({})
Implementation
const GitHubWebhookPullRequest({
required this.id,
required this.number,
required this.htmlUrl,
required this.user,
required this.title,
this.body,
});