GitHubWebhookIssueUser constructor
const
GitHubWebhookIssueUser({})
Implementation
const GitHubWebhookIssueUser({
required this.id,
required this.login,
required this.htmlUrl,
required this.avatarUrl,
});
const GitHubWebhookIssueUser({
required this.id,
required this.login,
required this.htmlUrl,
required this.avatarUrl,
});