GitHubWebhookReview constructor

const GitHubWebhookReview({
  1. required GitHubWebhookReviewUser user,
  2. required String htmlUrl,
  3. required String state,
  4. String? body,
})

Implementation

const GitHubWebhookReview({
  required this.user,
  required this.htmlUrl,
  required this.state,
  this.body,
});