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