GitHubWebhookReview constructor
const
GitHubWebhookReview({
- required GitHubWebhookReviewUser user,
- required String htmlUrl,
- required String state,
- String? body,
Implementation
const GitHubWebhookReview({
required this.user,
required this.htmlUrl,
required this.state,
this.body,
});