CreatePullRequestCommentRequest constructor

CreatePullRequestCommentRequest({
  1. String? parent,
  2. PullRequestComment? pullRequestComment,
})

Implementation

CreatePullRequestCommentRequest({this.parent, this.pullRequestComment});