GitHubWebhookRepository constructor
const
GitHubWebhookRepository({})
Implementation
const GitHubWebhookRepository({
required this.id,
required this.htmlUrl,
required this.name,
required this.fullName,
});
const GitHubWebhookRepository({
required this.id,
required this.htmlUrl,
required this.name,
required this.fullName,
});