GitHubWebhookForkee constructor

const GitHubWebhookForkee({
  1. required Int32Type id,
  2. required String htmlUrl,
  3. required String name,
  4. required String fullName,
})

Implementation

const GitHubWebhookForkee({
  required this.id,
  required this.htmlUrl,
  required this.name,
  required this.fullName,
});