IssueCommentEvent constructor
IssueCommentEvent({
- String? action,
- Issue? issue,
- IssueComment? comment,
Implementation
IssueCommentEvent({
this.action,
this.issue,
this.comment,
});