GitHubWebhookReviewUser constructor

const GitHubWebhookReviewUser({
  1. required Int32Type id,
  2. required String login,
  3. required String htmlUrl,
  4. required String avatarUrl,
})

Implementation

const GitHubWebhookReviewUser({
  required this.id,
  required this.login,
  required this.htmlUrl,
  required this.avatarUrl,
});