GitHubWebhookComment constructor
const
GitHubWebhookComment({
- required Int64Type id,
- required String htmlUrl,
- required GitHubWebhookCommentUser user,
- required String body,
- String? commitId,
Implementation
const GitHubWebhookComment({
required this.id,
required this.htmlUrl,
required this.user,
required this.body,
this.commitId,
});